Html Css Color HEX #99031F Carmine

📋 copy color: '#99031F'

red 153 ◦ green 3 ◦ blue 31

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

Shades of Carmine #99031F

Tints of Carmine #99031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 81.82%
G = 1.6%
B = 16.58%

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

#99031F (or 0x99031F) is known color: Carmine. HEX triplet: 99, 03 and 1F. RGB value is (153,3,31). Sum of RGB (Red+Green+Blue) = 153+3+31=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #99031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99031F is #66FCE0. Grayscale: #333333. Windows color (decimal): -6749409 or 2032537. OLE color: 2032537.

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

Color convert

RGB 153 3 31 -
CMYK 0 0.98 0.80 0.4
HSL 348.8º 0.96% 0.31% -
HSV(B) 348.8º 0.98% 0.6% -
XYZ 13.42 6.94 1.93 -
YUV 51.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 153 3 31 0 0.98 0.80 0.4 348.8 0.96 0.31
Hex 99 3 1F 0 62 50 28 15D 60 1F
Octal 231 3 37 0 142 120 50 535 140 37
Binary 10011001 11 11111 0 1100010 1010000 101000 101011101 1100000 11111

Color Harmonies of #99031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99031F

Black with #99031F

Text Example


Text Example

White with #99031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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