Html Css Color HEX #99042A Carmine

📋 copy color: '#99042A'

red 153 ◦ green 4 ◦ blue 42

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

Shades of Carmine #99042A

Tints of Carmine #99042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 76.88%
G = 2.01%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99042A (or 0x99042A) is known color: Carmine. HEX triplet: 99, 04 and 2A. RGB value is (153,4,42). Sum of RGB (Red+Green+Blue) = 153+4+42=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99042A is #66FBD5. Grayscale: #343434. Windows color (decimal): -6749142 or 2753689. OLE color: 2753689.

HSL color Cylindrical-coordinate representation of color #99042A: hue angle of 344.7º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99042A is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 42 -
CMYK 0 0.97 0.73 0.4
HSL 344.7º 0.95% 0.31% -
HSV(B) 344.7º 0.97% 0.6% -
XYZ 13.6 7.03 2.83 -
YUV 52.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 153 4 42 0 0.97 0.73 0.4 344.7 0.95 0.31
Hex 99 4 2A 0 61 49 28 159 5F 1F
Octal 231 4 52 0 141 111 50 531 137 37
Binary 10011001 100 101010 0 1100001 1001001 101000 101011001 1011111 11111

Color Harmonies of #99042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99042A

Black with #99042A

Text Example


Text Example

White with #99042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99042A; }

 p { color: rgb(153,4,42); }

 H1.HeaderClassName
 {
   color: #99042A;
 }
 .AnyTagClassName
 {
   color: #99042A;
 }
</style>

background-color css

<style>
 a { background-color: #99042A; }

 a { background-color: rgb(153,4,42); }

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

border-color css

<style>
 span { border-color: #99042A; }

 span { border-color: rgb(153,4,42); }

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