#B24029

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

Shades of Medium Carmine #B24029

Tints of Medium Carmine #B24029

Color information

#B24029 (or 0xB24029) is unknown color: approx Medium Carmine. HEX triplet: B2, 40 and 29. RGB value is (178,64,41). Sum of RGB (Red+Green+Blue) = 178+64+41=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B24029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24029 is #4DBFD6. Grayscale: #5F5F5F. Windows color (decimal): -5095383 or 2703538. OLE color: 2703538.

HSL color Cylindrical-coordinate representation of color #B24029: hue angle of 10.07º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B24029 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1786441-
CMYK00.640.770.30
HSL10.07º62.56%42.94%-
HSV(B)10.07º76.97%69.8%-
XYZ20.5913.293.58-
YUV95.4697.27186.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=62.90%
G=22.61%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178644100.640.770.3010.0762.5642.94
HexB240290404D1Ea3f2b
Octal26210051010011536127753
Binary101100101000000101001010000001001101111101010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24029; }

 p { color: rgb(178,64,41); }

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

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

 a { background-color: rgb(178,64,41); }

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

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

 span { border-color: rgb(178,64,41); }

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