#BD3935

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

Shades of Persian Red #BD3935

Tints of Persian Red #BD3935

Color information

#BD3935 (or 0xBD3935) is unknown color: approx Persian Red. HEX triplet: BD, 39 and 35. RGB value is (189,57,53). Sum of RGB (Red+Green+Blue) = 189+57+53=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3935 is #42C6CA. Grayscale: #606060. Windows color (decimal): -4376267 or 3488189. OLE color: 3488189.

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

Color convert

RGB1895753-
CMYK00.700.720.26
HSL1.76º56.2%47.45%-
HSV(B)1.76º71.96%74.12%-
XYZ23.09144.85-
YUV96.01103.73194.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=63.21%
G=19.06%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189575300.700.720.261.7656.247.45
HexBD3935046481A2382f
Octal275716501061103227057
Binary101111011110011101010100011010010001101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3935; }

 p { color: rgb(189,57,53); }

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

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

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

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

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

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

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