Html Css Color HEX #AA0830 Carmine

📋 copy color: '#AA0830'

red 170 ◦ green 8 ◦ blue 48

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

Shades of Carmine #AA0830

Tints of Carmine #AA0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 75.22%
G = 3.54%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA0830 (or 0xAA0830) is known color: Carmine. HEX triplet: AA, 08 and 30. RGB value is (170,8,48). Sum of RGB (Red+Green+Blue) = 170+8+48=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0830 is #55F7CF. Grayscale: #3D3D3D. Windows color (decimal): -5634000 or 3147946. OLE color: 3147946.

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

Color convert

RGB 170 8 48 -
CMYK 0 0.95 0.72 0.33
HSL 345.19º 0.91% 0.35% -
HSV(B) 345.19º 0.95% 0.67% -
XYZ 17.2 8.93 3.61 -
YUV 61 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 170 8 48 0 0.95 0.72 0.33 345.19 0.91 0.35
Hex AA 8 30 0 5F 48 21 159 5B 23
Octal 252 10 60 0 137 110 41 531 133 43
Binary 10101010 1000 110000 0 1011111 1001000 100001 101011001 1011011 100011

Color Harmonies of #AA0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0830

Black with #AA0830

Text Example


Text Example

White with #AA0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0830; }

 p { color: rgb(170,8,48); }

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

background-color css

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

 a { background-color: rgb(170,8,48); }

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

border-color css

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

 span { border-color: rgb(170,8,48); }

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