#BD3728

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

Shades of Persian Red #BD3728

Tints of Persian Red #BD3728

Color information

#BD3728 (or 0xBD3728) is unknown color: approx Persian Red. HEX triplet: BD, 37 and 28. RGB value is (189,55,40). Sum of RGB (Red+Green+Blue) = 189+55+40=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3728 is #42C8D7. Grayscale: #5D5D5D. Windows color (decimal): -4376792 or 2635709. OLE color: 2635709.

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

Color convert

RGB1895540-
CMYK00.710.790.26
HSL6.04º65.07%44.9%-
HSV(B)6.04º78.84%74.12%-
XYZ22.7413.73.45-
YUV93.3697.89196.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.55%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=66.55%
G=19.37%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189554000.710.790.266.0465.0744.9
HexBD37280474F1A6412d
Octal2756750010711732610155
Binary10111101110111101000010001111001111110101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3728; }

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

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

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

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

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

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

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

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