#B00018

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

Shades of Carmine #B00018

Tints of Carmine #B00018

Color information

#B00018 (or 0xB00018) is unknown color: approx Carmine. HEX triplet: B0, 00 and 18. RGB value is (176,0,24). Sum of RGB (Red+Green+Blue) = 176+0+24=200 (26% of max value = 765). Red value is 176 (69.14% from 255 or 88% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 176 - color contains mainly: red. Hex color #B00018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00018 is #4FFFE7. Grayscale: #373737. Windows color (decimal): -5242856 or 1573040. OLE color: 1573040.

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

Color convert

RGB176024-
CMYK010.860.31
HSL351.82º100%34.51%-
HSV(B)351.82º100%69.02%-
XYZ18.079.31.71-
YUV55.36110.31214.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 12%
R=88%
G=0%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176024010.860.31351.8210034.51
HexB0018064561F1606423
Octal26003001441263754014443
Binary10110000011000011001001010110111111011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00018; }

 p { color: rgb(176,0,24); }

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

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

 a { background-color: rgb(176,0,24); }

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

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

 span { border-color: rgb(176,0,24); }

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