Html Css Color HEX #99031E Carmine

📋 copy color: '#99031E'

red 153 ◦ green 3 ◦ blue 30

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

Shades of Carmine #99031E

Tints of Carmine #99031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 82.26%
G = 1.61%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99031E (or 0x99031E) is known color: Carmine. HEX triplet: 99, 03 and 1E. RGB value is (153,3,30). Sum of RGB (Red+Green+Blue) = 153+3+30=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #99031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99031E is #66FCE1. Grayscale: #323232. Windows color (decimal): -6749410 or 1967001. OLE color: 1967001.

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

Color convert

RGB 153 3 30 -
CMYK 0 0.98 0.80 0.4
HSL 349.2º 0.96% 0.31% -
HSV(B) 349.2º 0.98% 0.6% -
XYZ 13.4 6.93 1.86 -
YUV 50.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 153 3 30 0 0.98 0.80 0.4 349.2 0.96 0.31
Hex 99 3 1E 0 62 50 28 15D 60 1F
Octal 231 3 36 0 142 120 50 535 140 37
Binary 10011001 11 11110 0 1100010 1010000 101000 101011101 1100000 11111

Color Harmonies of #99031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99031E

Black with #99031E

Text Example


Text Example

White with #99031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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