#B33627

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

Shades of Medium Carmine #B33627

Tints of Medium Carmine #B33627

Color information

#B33627 (or 0xB33627) is unknown color: approx Medium Carmine. HEX triplet: B3, 36 and 27. RGB value is (179,54,39). Sum of RGB (Red+Green+Blue) = 179+54+39=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B33627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33627 is #4CC9D8. Grayscale: #595959. Windows color (decimal): -5032409 or 2569907. OLE color: 2569907.

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

Color convert

RGB1795439-
CMYK00.700.780.30
HSL6.43º64.22%42.75%-
HSV(B)6.43º78.21%70.2%-
XYZ20.2812.373.24-
YUV89.6699.41191.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.81%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=65.81%
G=19.85%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179543900.700.780.306.4364.2242.75
HexB336270464E1E6402b
Octal2636647010611636610053
Binary10110011110110100111010001101001110111101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33627; }

 p { color: rgb(179,54,39); }

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

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

 a { background-color: rgb(179,54,39); }

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

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

 span { border-color: rgb(179,54,39); }

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