#bd3731

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

Shades of Persian Red #BD3731

Tints of Persian Red #BD3731

Color information

#BD3731 (or 0xBD3731) is unknown color: approx Persian Red. HEX triplet: BD, 37 and 31. RGB value is (189,55,49). Sum of RGB (Red+Green+Blue) = 189+55+49=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3731 is #42C8CE. Grayscale: #5E5E5E. Windows color (decimal): -4376783 or 3225533. OLE color: 3225533.

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

Color convert

RGB1895549-
CMYK00.710.740.26
HSL2.57º58.82%46.67%-
HSV(B)2.57º74.07%74.12%-
XYZ22.9113.774.36-
YUV94.38102.39195.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 49 (19.53% from 255) = 16.72%
R=64.51%
G=18.77%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189554900.710.740.262.5758.8246.67
HexBD37310474A1A33b2f
Octal275676101071123237357
Binary101111011101111100010100011110010101101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd3731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd3731; }

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

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

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

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

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

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

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

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