Html Css Color HEX #AA030E Carmine

📋 copy color: '#AA030E'

red 170 ◦ green 3 ◦ blue 14

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

Shades of Carmine #AA030E

Tints of Carmine #AA030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 90.91%
G = 1.6%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA030E (or 0xAA030E) is known color: Carmine. HEX triplet: AA, 03 and 0E. RGB value is (170,3,14). Sum of RGB (Red+Green+Blue) = 170+3+14=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA030E is #55FCF1. Grayscale: #363636. Windows color (decimal): -5635314 or 918442. OLE color: 918442.

HSL color Cylindrical-coordinate representation of color #AA030E: hue angle of 356.05º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA030E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 14 -
CMYK 0 0.98 0.92 0.33
HSL 356.05º 0.97% 0.34% -
HSV(B) 356.05º 0.98% 0.67% -
XYZ 16.69 8.64 1.2 -
YUV 54.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 170 3 14 0 0.98 0.92 0.33 356.05 0.97 0.34
Hex AA 3 E 0 62 5C 21 164 61 22
Octal 252 3 16 0 142 134 41 544 141 42
Binary 10101010 11 1110 0 1100010 1011100 100001 101100100 1100001 100010

Color Harmonies of #AA030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA030E

Black with #AA030E

Text Example


Text Example

White with #AA030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA030E; }

 p { color: rgb(170,3,14); }

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

background-color css

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

 a { background-color: rgb(170,3,14); }

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

border-color css

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

 span { border-color: rgb(170,3,14); }

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