Html Css Color HEX #99031C Carmine

📋 copy color: '#99031C'

red 153 ◦ green 3 ◦ blue 28

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

Shades of Carmine #99031C

Tints of Carmine #99031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 83.15%
G = 1.63%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99031C (or 0x99031C) is known color: Carmine. HEX triplet: 99, 03 and 1C. RGB value is (153,3,28). Sum of RGB (Red+Green+Blue) = 153+3+28=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #99031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99031C is #66FCE3. Grayscale: #323232. Windows color (decimal): -6749412 or 1835929. OLE color: 1835929.

HSL color Cylindrical-coordinate representation of color #99031C: hue angle of 350º 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 #99031C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 28 -
CMYK 0 0.98 0.82 0.4
HSL 350º 0.96% 0.31% -
HSV(B) 350º 0.98% 0.6% -
XYZ 13.38 6.92 1.73 -
YUV 50.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 153 3 28 0 0.98 0.82 0.4 350 0.96 0.31
Hex 99 3 1C 0 62 52 28 15E 60 1F
Octal 231 3 34 0 142 122 50 536 140 37
Binary 10011001 11 11100 0 1100010 1010010 101000 101011110 1100000 11111

Color Harmonies of #99031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99031C

Black with #99031C

Text Example


Text Example

White with #99031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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