Html Css Color HEX #AA102B Carmine

📋 copy color: '#AA102B'

red 170 ◦ green 16 ◦ blue 43

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

Shades of Carmine #AA102B

Tints of Carmine #AA102B

RGB

 RED value IS 170 (66.8% from 255) = 74.24%

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

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 74.24%
G = 6.99%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA102B (or 0xAA102B) is known color: Carmine. HEX triplet: AA, 10 and 2B. RGB value is (170,16,43). Sum of RGB (Red+Green+Blue) = 170+16+43=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA102B is #55EFD4. Grayscale: #414141. Windows color (decimal): -5631957 or 2822314. OLE color: 2822314.

HSL color Cylindrical-coordinate representation of color #AA102B: hue angle of 349.48º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA102B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 43 -
CMYK 0 0.91 0.75 0.33
HSL 349.48º 0.83% 0.36% -
HSV(B) 349.48º 0.91% 0.67% -
XYZ 17.2 9.09 3.13 -
YUV 65.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 170 16 43 0 0.91 0.75 0.33 349.48 0.83 0.36
Hex AA 10 2B 0 5B 4B 21 15D 53 24
Octal 252 20 53 0 133 113 41 535 123 44
Binary 10101010 10000 101011 0 1011011 1001011 100001 101011101 1010011 100100

Color Harmonies of #AA102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA102B

Black with #AA102B

Text Example


Text Example

White with #AA102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA102B; }

 p { color: rgb(170,16,43); }

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

background-color css

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

 a { background-color: rgb(170,16,43); }

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

border-color css

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

 span { border-color: rgb(170,16,43); }

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