Html Css Color HEX #BD3232 Persian Red

📋 copy color: '#BD3232'

red 189 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #BD3232

Tints of Persian Red #BD3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 65.4%
G = 17.3%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3232 (or 0xBD3232) is known color: Persian Red. HEX triplet: BD, 32 and 32. RGB value is (189,50,50). Sum of RGB (Red+Green+Blue) = 189+50+50=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3232 is #42CDCD. Grayscale: #5B5B5B. Windows color (decimal): -4378062 or 3289789. OLE color: 3289789.

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

Color convert

RGB 189 50 50 -
CMYK 0 0.74 0.74 0.26
HSL 0.58% 0.47% -
HSV(B) 0.74% 0.74% -
XYZ 22.7 13.33 4.39 -
YUV 91.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 189 50 50 0 0.74 0.74 0.26 0 0.58 0.47
Hex BD 32 32 0 4A 4A 1A 0 3A 2F
Octal 275 62 62 0 112 112 32 0 72 57
Binary 10111101 110010 110010 0 1001010 1001010 11010 0 111010 101111

Color Harmonies of #BD3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3232

Black with #BD3232

Text Example


Text Example

White with #BD3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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