Html Css Color HEX #AA0323 Carmine

📋 copy color: '#AA0323'

red 170 ◦ green 3 ◦ blue 35

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

Shades of Carmine #AA0323

Tints of Carmine #AA0323

RGB

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

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

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

R = 81.73%
G = 1.44%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA0323 (or 0xAA0323) is known color: Carmine. HEX triplet: AA, 03 and 23. RGB value is (170,3,35). Sum of RGB (Red+Green+Blue) = 170+3+35=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0323 is #55FCDC. Grayscale: #383838. Windows color (decimal): -5635293 or 2294698. OLE color: 2294698.

HSL color Cylindrical-coordinate representation of color #AA0323: hue angle of 348.5º 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 #AA0323 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 35 -
CMYK 0 0.98 0.79 0.33
HSL 348.5º 0.97% 0.34% -
HSV(B) 348.5º 0.98% 0.67% -
XYZ 16.91 8.73 2.38 -
YUV 56.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 170 3 35 0 0.98 0.79 0.33 348.5 0.97 0.34
Hex AA 3 23 0 62 4F 21 15D 61 22
Octal 252 3 43 0 142 117 41 535 141 42
Binary 10101010 11 100011 0 1100010 1001111 100001 101011101 1100001 100010

Color Harmonies of #AA0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0323

Black with #AA0323

Text Example


Text Example

White with #AA0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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