Html Css Color HEX #A01022 Carmine

📋 copy color: '#A01022'

red 160 ◦ green 16 ◦ blue 34

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

Shades of Carmine #A01022

Tints of Carmine #A01022

RGB

 RED value IS 160 (62.89% from 255) = 76.19%

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 76.19%
G = 7.62%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A01022 (or 0xA01022) is known color: Carmine. HEX triplet: A0, 10 and 22. RGB value is (160,16,34). Sum of RGB (Red+Green+Blue) = 160+16+34=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A01022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01022 is #5FEFDD. Grayscale: #3D3D3D. Windows color (decimal): -6287326 or 2232480. OLE color: 2232480.

HSL color Cylindrical-coordinate representation of color #A01022: hue angle of 352.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01022 is Cyan = 0, Magento = 0.9, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 34 -
CMYK 0 0.9 0.79 0.37
HSL 352.5º 0.82% 0.35% -
HSV(B) 352.5º 0.9% 0.63% -
XYZ 14.97 7.96 2.26 -
YUV 61.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 160 16 34 0 0.9 0.79 0.37 352.5 0.82 0.35
Hex A0 10 22 0 5A 4F 25 160 52 23
Octal 240 20 42 0 132 117 45 540 122 43
Binary 10100000 10000 100010 0 1011010 1001111 100101 101100000 1010010 100011

Color Harmonies of #A01022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01022

Black with #A01022

Text Example


Text Example

White with #A01022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01022; }

 p { color: rgb(160,16,34); }

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

background-color css

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

 a { background-color: rgb(160,16,34); }

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

border-color css

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

 span { border-color: rgb(160,16,34); }

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