#BD342A

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

Shades of Persian Red #BD342A

Tints of Persian Red #BD342A

Color information

#BD342A (or 0xBD342A) is unknown color: approx Persian Red. HEX triplet: BD, 34 and 2A. RGB value is (189,52,42). Sum of RGB (Red+Green+Blue) = 189+52+42=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD342A is #42CBD5. Grayscale: #5C5C5C. Windows color (decimal): -4377558 or 2766013. OLE color: 2766013.

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

Color convert

RGB1895242-
CMYK00.720.780.26
HSL4.08º63.64%45.29%-
HSV(B)4.08º77.78%74.12%-
XYZ22.6313.443.59-
YUV91.8299.89197.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=66.78%
G=18.37%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189524200.720.780.264.0863.6445.29
HexBD342A0484E1A4402d
Octal2756452011011632410055
Binary10111101110100101010010010001001110110101001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD342A; }

 p { color: rgb(189,52,42); }

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

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

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

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

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

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

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