#B00827

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

Shades of Carmine #B00827

Tints of Carmine #B00827

Color information

#B00827 (or 0xB00827) is unknown color: approx Carmine. HEX triplet: B0, 08 and 27. RGB value is (176,8,39). Sum of RGB (Red+Green+Blue) = 176+8+39=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B00827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00827 is #4FF7D8. Grayscale: #3D3D3D. Windows color (decimal): -5240793 or 2558128. OLE color: 2558128.

HSL color Cylindrical-coordinate representation of color #B00827: hue angle of 348.93º 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 #B00827 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB176839-
CMYK00.950.780.31
HSL348.93º91.3%36.08%-
HSV(B)348.93º95.45%69.02%-
XYZ18.369.552.8-
YUV61.77115.16209.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 78.92%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=78.92%
G=3.59%
B=17.49%

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
Decimal17683900.950.780.31348.9391.336.08
HexB082705F4E1F15d5b24
Octal260104701371163753513344
Binary101100001000100111010111111001110111111010111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00827; }

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

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

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

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

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

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

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

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