#BD3228

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

Shades of Persian Red #BD3228

Tints of Persian Red #BD3228

Color information

#BD3228 (or 0xBD3228) is unknown color: approx Persian Red. HEX triplet: BD, 32 and 28. RGB value is (189,50,40). Sum of RGB (Red+Green+Blue) = 189+50+40=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3228 is #42CDD7. Grayscale: #5A5A5A. Windows color (decimal): -4378072 or 2634429. OLE color: 2634429.

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

Color convert

RGB1895040-
CMYK00.740.790.26
HSL4.03º65.07%44.9%-
HSV(B)4.03º78.84%74.12%-
XYZ22.5113.253.38-
YUV90.4299.55198.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.74%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=67.74%
G=17.92%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189504000.740.790.264.0365.0744.9
HexBD322804A4F1A4412d
Octal2756250011211732410155
Binary10111101110010101000010010101001111110101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3228; }

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

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

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

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

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

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

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

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