Html Css Color HEX #99081E Carmine

📋 copy color: '#99081E'

red 153 ◦ green 8 ◦ blue 30

#99081E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #99081E

Tints of Carmine #99081E

RGB

 RED value IS 153 (60.16% from 255) = 80.1%

 GREEN value IS 8 (3.52% from 255) = 4.19%

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 80.1%
G = 4.19%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99081E (or 0x99081E) is known color: Carmine. HEX triplet: 99, 08 and 1E. RGB value is (153,8,30). Sum of RGB (Red+Green+Blue) = 153+8+30=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #99081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99081E is #66F7E1. Grayscale: #353535. Windows color (decimal): -6748130 or 1968281. OLE color: 1968281.

HSL color Cylindrical-coordinate representation of color #99081E: hue angle of 350.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99081E is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 30 -
CMYK 0 0.95 0.80 0.4
HSL 350.9º 0.9% 0.32% -
HSV(B) 350.9º 0.95% 0.6% -
XYZ 13.46 7.04 1.88 -
YUV 53.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 153 8 30 0 0.95 0.80 0.4 350.9 0.9 0.32
Hex 99 8 1E 0 5F 50 28 15F 5A 20
Octal 231 10 36 0 137 120 50 537 132 40
Binary 10011001 1000 11110 0 1011111 1010000 101000 101011111 1011010 100000

Color Harmonies of #99081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99081E

Black with #99081E

Text Example


Text Example

White with #99081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99081E; }

 p { color: rgb(153,8,30); }

 H1.HeaderClassName
 {
   color: #99081E;
 }
 .AnyTagClassName
 {
   color: #99081E;
 }
</style>

background-color css

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

 a { background-color: rgb(153,8,30); }

 div.DivClassName
 {
   background-color: #99081E;
 }
 .BgClassName
 {
   background-color: #99081E;
 }
</style>

border-color css

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

 span { border-color: rgb(153,8,30); }

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