Html Css Color HEX #A61622 Carmine

📋 copy color: '#A61622'

red 166 ◦ green 22 ◦ blue 34

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

Shades of Carmine #A61622

Tints of Carmine #A61622

RGB

 RED value IS 166 (65.23% from 255) = 74.77%

 GREEN value IS 22 (8.98% from 255) = 9.91%

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

R = 74.77%
G = 9.91%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A61622 (or 0xA61622) is known color: Carmine. HEX triplet: A6, 16 and 22. RGB value is (166,22,34). Sum of RGB (Red+Green+Blue) = 166+22+34=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A61622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61622 is #59E9DD. Grayscale: #424242. Windows color (decimal): -5892574 or 2234022. OLE color: 2234022.

HSL color Cylindrical-coordinate representation of color #A61622: hue angle of 355º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61622 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 34 -
CMYK 0 0.87 0.80 0.35
HSL 355º 0.77% 0.37% -
HSV(B) 355º 0.87% 0.65% -
XYZ 16.3 8.8 2.35 -
YUV 66.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 166 22 34 0 0.87 0.80 0.35 355 0.77 0.37
Hex A6 16 22 0 57 50 23 163 4D 25
Octal 246 26 42 0 127 120 43 543 115 45
Binary 10100110 10110 100010 0 1010111 1010000 100011 101100011 1001101 100101

Color Harmonies of #A61622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61622

Black with #A61622

Text Example


Text Example

White with #A61622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61622; }

 p { color: rgb(166,22,34); }

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

background-color css

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

 a { background-color: rgb(166,22,34); }

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

border-color css

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

 span { border-color: rgb(166,22,34); }

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