#BD2F2C

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

Shades of Persian Red #BD2F2C

Tints of Persian Red #BD2F2C

Color information

#BD2F2C (or 0xBD2F2C) is unknown color: approx Persian Red. HEX triplet: BD, 2F and 2C. RGB value is (189,47,44). Sum of RGB (Red+Green+Blue) = 189+47+44=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F2C is #42D0D3. Grayscale: #595959. Windows color (decimal): -4378836 or 2895805. OLE color: 2895805.

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

Color convert

RGB1894744-
CMYK00.750.770.26
HSL1.24º62.23%45.69%-
HSV(B)1.24º76.72%74.12%-
XYZ22.4613.033.71-
YUV89.12102.54199.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.5%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=67.5%
G=16.79%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189474400.750.770.261.2462.2345.69
HexBD2F2C04B4D1A13e2e
Octal275575401131153217656
Binary10111101101111101100010010111001101110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F2C; }

 p { color: rgb(189,47,44); }

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

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

 a { background-color: rgb(189,47,44); }

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

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

 span { border-color: rgb(189,47,44); }

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