#99061B

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

Shades of Carmine #99061B

Tints of Carmine #99061B

Color information

#99061B (or 0x99061B) is unknown color: approx Carmine. HEX triplet: 99, 06 and 1B. RGB value is (153,6,27). Sum of RGB (Red+Green+Blue) = 153+6+27=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #99061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99061B is #66F9E4. Grayscale: #343434. Windows color (decimal): -6748645 or 1771161. OLE color: 1771161.

HSL color Cylindrical-coordinate representation of color #99061B: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99061B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB153627-
CMYK00.960.820.4
HSL351.43º92.45%31.18%-
HSV(B)351.43º96.08%60%-
XYZ13.46.981.68-
YUV52.35113.7199.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.26%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=82.26%
G=3.23%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15362700.960.820.4351.4392.4531.18
Hex9961B060522815f5c1f
Octal23163301401225053713437
Binary1001100111011011011000001010010101000101011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99061B; }

 p { color: rgb(153,6,27); }

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

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

 a { background-color: rgb(153,6,27); }

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

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

 span { border-color: rgb(153,6,27); }

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