Html Css Color HEX #99031B Carmine

📋 copy color: '#99031B'

red 153 ◦ green 3 ◦ blue 27

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

Shades of Carmine #99031B

Tints of Carmine #99031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 83.61%
G = 1.64%
B = 14.75%

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

#99031B (or 0x99031B) is known color: Carmine. HEX triplet: 99, 03 and 1B. RGB value is (153,3,27). Sum of RGB (Red+Green+Blue) = 153+3+27=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #99031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99031B is #66FCE4. Grayscale: #323232. Windows color (decimal): -6749413 or 1770393. OLE color: 1770393.

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

Color convert

RGB 153 3 27 -
CMYK 0 0.98 0.82 0.4
HSL 350.4º 0.96% 0.31% -
HSV(B) 350.4º 0.98% 0.6% -
XYZ 13.37 6.92 1.67 -
YUV 50.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 153 3 27 0 0.98 0.82 0.4 350.4 0.96 0.31
Hex 99 3 1B 0 62 52 28 15E 60 1F
Octal 231 3 33 0 142 122 50 536 140 37
Binary 10011001 11 11011 0 1100010 1010010 101000 101011110 1100000 11111

Color Harmonies of #99031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99031B

Black with #99031B

Text Example


Text Example

White with #99031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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