Html Css Color HEX #AA0135 Carmine

📋 copy color: '#AA0135'

red 170 ◦ green 1 ◦ blue 53

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

Shades of Carmine #AA0135

Tints of Carmine #AA0135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 75.89%
G = 0.45%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA0135 (or 0xAA0135) is known color: Carmine. HEX triplet: AA, 01 and 35. RGB value is (170,1,53). Sum of RGB (Red+Green+Blue) = 170+1+53=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0135 is #55FECA. Grayscale: #393939. Windows color (decimal): -5635787 or 3473834. OLE color: 3473834.

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

Color convert

RGB 170 1 53 -
CMYK 0 0.99 0.69 0.33
HSL 341.54º 0.99% 0.34% -
HSV(B) 341.54º 0.99% 0.67% -
XYZ 17.23 8.82 4.16 -
YUV 57.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 170 1 53 0 0.99 0.69 0.33 341.54 0.99 0.34
Hex AA 1 35 0 63 45 21 156 63 22
Octal 252 1 65 0 143 105 41 526 143 42
Binary 10101010 1 110101 0 1100011 1000101 100001 101010110 1100011 100010

Color Harmonies of #AA0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0135

Black with #AA0135

Text Example


Text Example

White with #AA0135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0135; }

 p { color: rgb(170,1,53); }

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

background-color css

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

 a { background-color: rgb(170,1,53); }

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

border-color css

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

 span { border-color: rgb(170,1,53); }

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