#BD3E26

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

Shades of Medium Carmine #BD3E26

Tints of Medium Carmine #BD3E26

Color information

#BD3E26 (or 0xBD3E26) is unknown color: approx Medium Carmine. HEX triplet: BD, 3E and 26. RGB value is (189,62,38). Sum of RGB (Red+Green+Blue) = 189+62+38=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E26 is #42C1D9. Grayscale: #616161. Windows color (decimal): -4375002 or 2506429. OLE color: 2506429.

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

Color convert

RGB1896238-
CMYK00.670.800.26
HSL9.54º66.52%44.51%-
HSV(B)9.54º79.89%74.12%-
XYZ23.0614.43.4-
YUV97.2494.58193.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=65.40%
G=21.45%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189623800.670.800.269.5466.5244.51
HexBD3E26043501Aa432d
Octal27576460103120321210355
Binary101111011111101001100100001110100001101010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3E26; }

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

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

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

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

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

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

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

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