Html Css Color HEX #BD312A Persian Red

📋 copy color: '#BD312A'

red 189 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #BD312A

Tints of Persian Red #BD312A

RGB

 RED value IS 189 (74.22% from 255) = 67.5%

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 67.5%
G = 17.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD312A (or 0xBD312A) is known color: Persian Red. HEX triplet: BD, 31 and 2A. RGB value is (189,49,42). Sum of RGB (Red+Green+Blue) = 189+49+42=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD312A is #42CED5. Grayscale: #5A5A5A. Windows color (decimal): -4378326 or 2765245. OLE color: 2765245.

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

Color convert

RGB 189 49 42 -
CMYK 0 0.74 0.78 0.26
HSL 2.86º 0.64% 0.45% -
HSV(B) 2.86º 0.78% 0.74% -
XYZ 22.5 13.18 3.55 -
YUV 90.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 189 49 42 0 0.74 0.78 0.26 2.86 0.64 0.45
Hex BD 31 2A 0 4A 4E 1A 3 40 2D
Octal 275 61 52 0 112 116 32 3 100 55
Binary 10111101 110001 101010 0 1001010 1001110 11010 11 1000000 101101

Color Harmonies of #BD312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD312A

Black with #BD312A

Text Example


Text Example

White with #BD312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD312A; }

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

 H1.HeaderClassName
 {
   color: #BD312A;
 }
 .AnyTagClassName
 {
   color: #BD312A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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