Html Css Color HEX #A11022 Carmine

📋 copy color: '#A11022'

red 161 ◦ green 16 ◦ blue 34

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

Shades of Carmine #A11022

Tints of Carmine #A11022

RGB

 RED value IS 161 (63.28% from 255) = 76.3%

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

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

R = 76.3%
G = 7.58%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A11022 (or 0xA11022) is known color: Carmine. HEX triplet: A1, 10 and 22. RGB value is (161,16,34). Sum of RGB (Red+Green+Blue) = 161+16+34=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A11022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11022 is #5EEFDD. Grayscale: #3D3D3D. Windows color (decimal): -6221790 or 2232481. OLE color: 2232481.

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

Color convert

RGB 161 16 34 -
CMYK 0 0.90 0.79 0.37
HSL 352.55º 0.82% 0.35% -
HSV(B) 352.55º 0.9% 0.63% -
XYZ 15.17 8.06 2.27 -
YUV 61.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 161 16 34 0 0.90 0.79 0.37 352.55 0.82 0.35
Hex A1 10 22 0 5A 4F 25 161 52 23
Octal 241 20 42 0 132 117 45 541 122 43
Binary 10100001 10000 100010 0 1011010 1001111 100101 101100001 1010010 100011

Color Harmonies of #A11022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11022

Black with #A11022

Text Example


Text Example

White with #A11022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11022; }

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

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

background-color css

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

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

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

border-color css

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

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

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