#BD332D

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

Shades of Persian Red #BD332D

Tints of Persian Red #BD332D

Color information

#BD332D (or 0xBD332D) is unknown color: approx Persian Red. HEX triplet: BD, 33 and 2D. RGB value is (189,51,45). Sum of RGB (Red+Green+Blue) = 189+51+45=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD332D is #42CCD2. Grayscale: #5B5B5B. Windows color (decimal): -4377811 or 2962365. OLE color: 2962365.

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

Color convert

RGB1895145-
CMYK00.730.760.26
HSL2.5º61.54%45.88%-
HSV(B)2.5º76.19%74.12%-
XYZ22.6413.383.87-
YUV91.58101.72197.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.32%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=66.32%
G=17.89%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189514500.730.760.262.561.5445.88
HexBD332D0494C1A33e2e
Octal275635501111143237656
Binary101111011100111011010100100110011001101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD332D; }

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

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

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

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

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

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

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

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