#BD332B

Color #BD332B Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BD332B

Tints of Persian Red #BD332B

Color information

#BD332B (or 0xBD332B) is unknown color: approx Persian Red. HEX triplet: BD, 33 and 2B. RGB value is (189,51,43). Sum of RGB (Red+Green+Blue) = 189+51+43=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD332B is #42CCD4. Grayscale: #5B5B5B. Windows color (decimal): -4377813 or 2831293. OLE color: 2831293.

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

Color convert

RGB1895143-
CMYK00.730.770.26
HSL3.29º62.93%45.49%-
HSV(B)3.29º77.25%74.12%-
XYZ22.6113.363.67-
YUV91.35100.72197.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=66.78%
G=18.02%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189514300.730.770.263.2962.9345.49
HexBD332B0494D1A33f2d
Octal275635301111153237755
Binary101111011100111010110100100110011011101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD332B; }

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

 H1.HeaderClassName
 {
   color: #BD332B;
 }
 .AnyTagClassName
 {
   color: #BD332B;
 }
</style>
background-color css

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

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

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

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

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

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