Html Css Color HEX #AA0023 Carmine

📋 copy color: '#AA0023'

red 170 ◦ green 0 ◦ blue 35

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

Shades of Carmine #AA0023

Tints of Carmine #AA0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 82.93%
G = 0%
B = 17.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA0023 (or 0xAA0023) is known color: Carmine. HEX triplet: AA, 00 and 23. RGB value is (170,0,35). Sum of RGB (Red+Green+Blue) = 170+0+35=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0023 is #55FFDC. Grayscale: #363636. Windows color (decimal): -5636061 or 2293930. OLE color: 2293930.

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

Color convert

RGB 170 0 35 -
CMYK 0 1 0.79 0.33
HSL 347.65º 1% 0.33% -
HSV(B) 347.65º 1% 0.67% -
XYZ 16.88 8.67 2.37 -
YUV 54.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 170 0 35 0 1 0.79 0.33 347.65 1 0.33
Hex AA 0 23 0 64 4F 21 15C 64 21
Octal 252 0 43 0 144 117 41 534 144 41
Binary 10101010 0 100011 0 1100100 1001111 100001 101011100 1100100 100001

Color Harmonies of #AA0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0023

Black with #AA0023

Text Example


Text Example

White with #AA0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0023; }

 p { color: rgb(170,0,35); }

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

background-color css

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

 a { background-color: rgb(170,0,35); }

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

border-color css

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

 span { border-color: rgb(170,0,35); }

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