Html Css Color HEX #BD3332 Persian Red

📋 copy color: '#BD3332'

red 189 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #BD3332

Tints of Persian Red #BD3332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 65.17%
G = 17.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3332 (or 0xBD3332) is known color: Persian Red. HEX triplet: BD, 33 and 32. RGB value is (189,51,50). Sum of RGB (Red+Green+Blue) = 189+51+50=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3332 is #42CCCD. Grayscale: #5C5C5C. Windows color (decimal): -4377806 or 3290045. OLE color: 3290045.

HSL color Cylindrical-coordinate representation of color #BD3332: hue angle of 0.43º 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 #BD3332 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 50 -
CMYK 0 0.73 0.74 0.26
HSL 0.43º 0.58% 0.47% -
HSV(B) 0.43º 0.74% 0.74% -
XYZ 22.75 13.42 4.41 -
YUV 92.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 189 51 50 0 0.73 0.74 0.26 0.43 0.58 0.47
Hex BD 33 32 0 49 4A 1A 0 3A 2F
Octal 275 63 62 0 111 112 32 0 72 57
Binary 10111101 110011 110010 0 1001001 1001010 11010 0 111010 101111

Color Harmonies of #BD3332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3332

Black with #BD3332

Text Example


Text Example

White with #BD3332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3332; }

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

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

background-color css

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

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

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

border-color css

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

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

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