Html Css Color HEX #BD3737 Persian Red

📋 copy color: '#BD3737'

red 189 ◦ green 55 ◦ blue 55

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

Shades of Persian Red #BD3737

Tints of Persian Red #BD3737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 63.21%
G = 18.39%
B = 18.39%

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

#BD3737 (or 0xBD3737) is known color: Persian Red. HEX triplet: BD, 37 and 37. RGB value is (189,55,55). Sum of RGB (Red+Green+Blue) = 189+55+55=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3737 is #42C8C8. Grayscale: #5F5F5F. Windows color (decimal): -4376777 or 3618749. OLE color: 3618749.

HSL color Cylindrical-coordinate representation of color #BD3737: hue angle of 0º degrees, saturation: 0.55, 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 #BD3737 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 55 55 -
CMYK 0 0.71 0.71 0.26
HSL 0.55% 0.48% -
HSV(B) 0.71% 0.74% -
XYZ 23.04 13.83 5.07 -
YUV 95.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 189 55 55 0 0.71 0.71 0.26 0 0.55 0.48
Hex BD 37 37 0 47 47 1A 0 37 30
Octal 275 67 67 0 107 107 32 0 67 60
Binary 10111101 110111 110111 0 1000111 1000111 11010 0 110111 110000

Color Harmonies of #BD3737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3737

Black with #BD3737

Text Example


Text Example

White with #BD3737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3737; }

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

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

background-color css

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

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

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

border-color css

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

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

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