#B23629

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

Shades of Medium Carmine #B23629

Tints of Medium Carmine #B23629

Color information

#B23629 (or 0xB23629) is unknown color: approx Medium Carmine. HEX triplet: B2, 36 and 29. RGB value is (178,54,41). Sum of RGB (Red+Green+Blue) = 178+54+41=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B23629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23629 is #4DC9D6. Grayscale: #595959. Windows color (decimal): -5097943 or 2700978. OLE color: 2700978.

HSL color Cylindrical-coordinate representation of color #B23629: hue angle of 5.69º 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 #B23629 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1785441-
CMYK00.700.770.30
HSL5.69º62.56%42.94%-
HSV(B)5.69º76.97%69.8%-
XYZ20.0812.263.41-
YUV89.59100.58191.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.20%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=65.20%
G=19.78%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178544100.700.770.305.6962.5642.94
HexB236290464D1E63f2b
Octal262665101061153667753
Binary1011001011011010100101000110100110111110110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23629; }

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

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

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

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

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

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

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

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