Html Css Color HEX #A10822 Carmine

📋 copy color: '#A10822'

red 161 ◦ green 8 ◦ blue 34

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

Shades of Carmine #A10822

Tints of Carmine #A10822

RGB

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

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

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

R = 79.31%
G = 3.94%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A10822 (or 0xA10822) is known color: Carmine. HEX triplet: A1, 08 and 22. RGB value is (161,8,34). Sum of RGB (Red+Green+Blue) = 161+8+34=203 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.31% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 161 - color contains mainly: red. Hex color #A10822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10822 is #5EF7DD. Grayscale: #383838. Windows color (decimal): -6223838 or 2230433. OLE color: 2230433.

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

Color convert

RGB 161 8 34 -
CMYK 0 0.95 0.79 0.37
HSL 349.8º 0.91% 0.33% -
HSV(B) 349.8º 0.95% 0.63% -
XYZ 15.07 7.87 2.24 -
YUV 56.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 161 8 34 0 0.95 0.79 0.37 349.8 0.91 0.33
Hex A1 8 22 0 5F 4F 25 15E 5B 21
Octal 241 10 42 0 137 117 45 536 133 41
Binary 10100001 1000 100010 0 1011111 1001111 100101 101011110 1011011 100001

Color Harmonies of #A10822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10822

Black with #A10822

Text Example


Text Example

White with #A10822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10822; }

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

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

background-color css

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

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

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

border-color css

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

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

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