Html Css Color HEX #A11422 Carmine

📋 copy color: '#A11422'

red 161 ◦ green 20 ◦ blue 34

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

Shades of Carmine #A11422

Tints of Carmine #A11422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 74.88%
G = 9.3%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A11422 (or 0xA11422) is known color: Carmine. HEX triplet: A1, 14 and 22. RGB value is (161,20,34). Sum of RGB (Red+Green+Blue) = 161+20+34=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A11422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11422 is #5EEBDD. Grayscale: #3F3F3F. Windows color (decimal): -6220766 or 2233505. OLE color: 2233505.

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

Color convert

RGB 161 20 34 -
CMYK 0 0.88 0.79 0.37
HSL 354.04º 0.78% 0.35% -
HSV(B) 354.04º 0.88% 0.63% -
XYZ 15.24 8.19 2.29 -
YUV 63.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 161 20 34 0 0.88 0.79 0.37 354.04 0.78 0.35
Hex A1 14 22 0 58 4F 25 162 4E 23
Octal 241 24 42 0 130 117 45 542 116 43
Binary 10100001 10100 100010 0 1011000 1001111 100101 101100010 1001110 100011

Color Harmonies of #A11422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11422

Black with #A11422

Text Example


Text Example

White with #A11422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11422; }

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

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

background-color css

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

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

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

border-color css

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

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

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