Html Css Color HEX #BD312C Persian Red

📋 copy color: '#BD312C'

red 189 ◦ green 49 ◦ blue 44

#BD312C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BD312C

Tints of Persian Red #BD312C

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.6%

R = 67.02%
G = 17.38%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD312C (or 0xBD312C) is known color: 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

RGB 189 49 44 -
CMYK 0 0.74 0.77 0.26
HSL 2.07º 0.62% 0.46% -
HSV(B) 2.07º 0.77% 0.74% -
XYZ 22.54 13.2 3.74 -
YUV 90.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 189 49 44 0 0.74 0.77 0.26 2.07 0.62 0.46
Hex BD 31 2C 0 4A 4D 1A 2 3E 2E
Octal 275 61 54 0 112 115 32 2 76 56
Binary 10111101 110001 101100 0 1001010 1001101 11010 10 111110 101110

Color Harmonies of #BD312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD312C

Black with #BD312C

Text Example


Text Example

White with #BD312C

Text Example


Text Example

HTML Codes & Css Web 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>