Html Css Color HEX #A40822 Carmine

📋 copy color: '#A40822'

red 164 ◦ green 8 ◦ blue 34

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

Shades of Carmine #A40822

Tints of Carmine #A40822

RGB

 RED value IS 164 (64.45% from 255) = 79.61%

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

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

R = 79.61%
G = 3.88%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A40822 (or 0xA40822) is known color: Carmine. HEX triplet: A4, 08 and 22. RGB value is (164,8,34). Sum of RGB (Red+Green+Blue) = 164+8+34=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A40822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40822 is #5BF7DD. Grayscale: #393939. Windows color (decimal): -6027230 or 2230436. OLE color: 2230436.

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

Color convert

RGB 164 8 34 -
CMYK 0 0.95 0.79 0.36
HSL 350º 0.91% 0.34% -
HSV(B) 350º 0.95% 0.64% -
XYZ 15.69 8.18 2.27 -
YUV 57.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 164 8 34 0 0.95 0.79 0.36 350 0.91 0.34
Hex A4 8 22 0 5F 4F 24 15E 5B 22
Octal 244 10 42 0 137 117 44 536 133 42
Binary 10100100 1000 100010 0 1011111 1001111 100100 101011110 1011011 100010

Color Harmonies of #A40822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40822

Black with #A40822

Text Example


Text Example

White with #A40822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40822; }

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

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

background-color css

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

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

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

border-color css

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

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

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