#B00826

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

Shades of Carmine #B00826

Tints of Carmine #B00826

Color information

#B00826 (or 0xB00826) is unknown color: approx Carmine. HEX triplet: B0, 08 and 26. RGB value is (176,8,38). Sum of RGB (Red+Green+Blue) = 176+8+38=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B00826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00826 is #4FF7D9. Grayscale: #3D3D3D. Windows color (decimal): -5240794 or 2492592. OLE color: 2492592.

HSL color Cylindrical-coordinate representation of color #B00826: hue angle of 349.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00826 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB176838-
CMYK00.950.780.31
HSL349.29º91.3%36.08%-
HSV(B)349.29º95.45%69.02%-
XYZ18.349.542.71-
YUV61.65114.66209.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.28%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=79.28%
G=3.60%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17683800.950.780.31349.2991.336.08
HexB082605F4E1F15d5b24
Octal260104601371163753513344
Binary101100001000100110010111111001110111111010111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00826; }

 p { color: rgb(176,8,38); }

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

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

 a { background-color: rgb(176,8,38); }

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

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

 span { border-color: rgb(176,8,38); }

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