#BD3E28

Color #BD3E28 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BD3E28

Tints of Medium Carmine #BD3E28

Color information

#BD3E28 (or 0xBD3E28) is unknown color: approx Medium Carmine. HEX triplet: BD, 3E and 28. RGB value is (189,62,40). Sum of RGB (Red+Green+Blue) = 189+62+40=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E28 is #42C1D7. Grayscale: #616161. Windows color (decimal): -4375000 or 2637501. OLE color: 2637501.

HSL color Cylindrical-coordinate representation of color #BD3E28: hue angle of 8.86º 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 #BD3E28 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1896240-
CMYK00.670.790.26
HSL8.86º65.07%44.9%-
HSV(B)8.86º78.84%74.12%-
XYZ23.0914.423.57-
YUV97.4695.58193.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.95%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=64.95%
G=21.31%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189624000.670.790.268.8665.0744.9
HexBD3E280434F1A9412d
Octal27576500103117321110155
Binary101111011111101010000100001110011111101010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3E28; }

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

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

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

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

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

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

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

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