#BD312C

Color #BD312C Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BD312C

Tints of Persian Red #BD312C

Color information

#BD312C (or 0xBD312C) is unknown color: approx Persian Red. HEX triplet: BD, 31 and 2C. RGB value is (189,49,44). Sum of RGB (Red+Green+Blue) = 189+49+44=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD312C is #42CED3. Grayscale: #5A5A5A. Windows color (decimal): -4378324 or 2896317. OLE color: 2896317.

HSL color Cylindrical-coordinate representation of color #BD312C: hue angle of 2.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD312C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1894944-
CMYK00.740.770.26
HSL2.07º62.23%45.69%-
HSV(B)2.07º76.72%74.12%-
XYZ22.5413.23.74-
YUV90.29101.88198.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=67.02%
G=17.38%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189494400.740.770.262.0762.2345.69
HexBD312C04A4D1A23e2e
Octal275615401121153227656
Binary101111011100011011000100101010011011101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD312C; }

 p { color: rgb(189,49,44); }

 H1.HeaderClassName
 {
   color: #BD312C;
 }
 .AnyTagClassName
 {
   color: #BD312C;
 }
</style>
background-color css

<style>
 a { background-color: #BD312C; }

 a { background-color: rgb(189,49,44); }

 div.DivClassName
 {
   background-color: #BD312C;
 }
 .BgClassName
 {
   background-color: #BD312C;
 }
</style>
border-color css

<style>
 span { border-color: #BD312C; }

 span { border-color: rgb(189,49,44); }

 td.TdClassName
 {
   border-color: #BD312C;
 }
 .TagClassName
 {
   border-color: #BD312C;
 }
</style>