#BD3737

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

Shades of Persian Red #BD3737

Tints of Persian Red #BD3737

Color information

#BD3737 (or 0xBD3737) is unknown color: approx Persian Red. HEX triplet: BD, 37 and 37. RGB value is (189,55,55). Sum of RGB (Red+Green+Blue) = 189+55+55=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3737 is #42C8C8. Grayscale: #5F5F5F. Windows color (decimal): -4376777 or 3618749. OLE color: 3618749.

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

Color convert

RGB1895555-
CMYK00.710.710.26
HSL54.92%47.84%-
HSV(B)70.9%74.12%-
XYZ23.0413.835.07-
YUV95.07105.39195-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=63.21%
G=18.39%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189555500.710.710.26054.9247.84
HexBD3737047471A03730
Octal275676701071073206760
Binary10111101110111110111010001111000111110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3737; }

 p { color: rgb(189,55,55); }

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

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

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

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

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

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

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