Html Css Color HEX #99102A Carmine

📋 copy color: '#99102A'

red 153 ◦ green 16 ◦ blue 42

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

Shades of Carmine #99102A

Tints of Carmine #99102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 72.51%
G = 7.58%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99102A (or 0x99102A) is known color: Carmine. HEX triplet: 99, 10 and 2A. RGB value is (153,16,42). Sum of RGB (Red+Green+Blue) = 153+16+42=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #99102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99102A is #66EFD5. Grayscale: #3B3B3B. Windows color (decimal): -6746070 or 2756761. OLE color: 2756761.

HSL color Cylindrical-coordinate representation of color #99102A: hue angle of 348.61º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99102A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 42 -
CMYK 0 0.90 0.73 0.4
HSL 348.61º 0.81% 0.33% -
HSV(B) 348.61º 0.9% 0.6% -
XYZ 13.74 7.31 2.88 -
YUV 59.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 153 16 42 0 0.90 0.73 0.4 348.61 0.81 0.33
Hex 99 10 2A 0 5A 49 28 15D 51 21
Octal 231 20 52 0 132 111 50 535 121 41
Binary 10011001 10000 101010 0 1011010 1001001 101000 101011101 1010001 100001

Color Harmonies of #99102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99102A

Black with #99102A

Text Example


Text Example

White with #99102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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