Html Css Color HEX #BD3533 Persian Red

📋 copy color: '#BD3533'

red 189 ◦ green 53 ◦ blue 51

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

Shades of Persian Red #BD3533

Tints of Persian Red #BD3533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 64.51%
G = 18.09%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD3533 (or 0xBD3533) is known color: Persian Red. HEX triplet: BD, 35 and 33. RGB value is (189,53,51). Sum of RGB (Red+Green+Blue) = 189+53+51=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3533 is #42CACC. Grayscale: #5D5D5D. Windows color (decimal): -4377293 or 3356093. OLE color: 3356093.

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

Color convert

RGB 189 53 51 -
CMYK 0 0.72 0.73 0.26
HSL 0.87º 0.58% 0.47% -
HSV(B) 0.87º 0.73% 0.74% -
XYZ 22.86 13.6 4.55 -
YUV 93.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 189 53 51 0 0.72 0.73 0.26 0.87 0.58 0.47
Hex BD 35 33 0 48 49 1A 1 3A 2F
Octal 275 65 63 0 110 111 32 1 72 57
Binary 10111101 110101 110011 0 1001000 1001001 11010 1 111010 101111

Color Harmonies of #BD3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3533

Black with #BD3533

Text Example


Text Example

White with #BD3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3533; }

 p { color: rgb(189,53,51); }

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

background-color css

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

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

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

border-color css

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

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

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