Html Css Color HEX #BD3736 Persian Red

📋 copy color: '#BD3736'

red 189 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #BD3736

Tints of Persian Red #BD3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 63.42%
G = 18.46%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD3736 (or 0xBD3736) is known color: Persian Red. HEX triplet: BD, 37 and 36. RGB value is (189,55,54). Sum of RGB (Red+Green+Blue) = 189+55+54=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3736 is #42C8C9. Grayscale: #5F5F5F. Windows color (decimal): -4376778 or 3553213. OLE color: 3553213.

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

Color convert

RGB 189 55 54 -
CMYK 0 0.71 0.71 0.26
HSL 0.44º 0.56% 0.48% -
HSV(B) 0.44º 0.71% 0.74% -
XYZ 23.02 13.82 4.94 -
YUV 94.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 189 55 54 0 0.71 0.71 0.26 0.44 0.56 0.48
Hex BD 37 36 0 47 47 1A 0 38 30
Octal 275 67 66 0 107 107 32 0 70 60
Binary 10111101 110111 110110 0 1000111 1000111 11010 0 111000 110000

Color Harmonies of #BD3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3736

Black with #BD3736

Text Example


Text Example

White with #BD3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3736; }

 p { color: rgb(189,55,54); }

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

background-color css

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

 a { background-color: rgb(189,55,54); }

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

border-color css

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

 span { border-color: rgb(189,55,54); }

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