#B00529

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

Shades of Carmine #B00529

Tints of Carmine #B00529

Color information

#B00529 (or 0xB00529) is unknown color: approx Carmine. HEX triplet: B0, 05 and 29. RGB value is (176,5,41). Sum of RGB (Red+Green+Blue) = 176+5+41=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B00529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00529 is #4FFAD6. Grayscale: #3C3C3C. Windows color (decimal): -5241559 or 2688432. OLE color: 2688432.

HSL color Cylindrical-coordinate representation of color #B00529: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00529 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB176541-
CMYK00.970.770.31
HSL347.37º94.48%35.49%-
HSV(B)347.37º97.16%69.02%-
XYZ18.369.52.96-
YUV60.23117.15210.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.28%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=79.28%
G=2.25%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17654100.970.770.31347.3794.4835.49
HexB05290614D1F15b5e23
Octal26055101411153753313643
Binary10110000101101001011000011001101111111010110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00529; }

 p { color: rgb(176,5,41); }

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

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

 a { background-color: rgb(176,5,41); }

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

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

 span { border-color: rgb(176,5,41); }

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