Html Css Color HEX #A00122 Carmine

📋 copy color: '#A00122'

red 160 ◦ green 1 ◦ blue 34

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

Shades of Carmine #A00122

Tints of Carmine #A00122

RGB

 RED value IS 160 (62.89% from 255) = 82.05%

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 82.05%
G = 0.51%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A00122 (or 0xA00122) is known color: Carmine. HEX triplet: A0, 01 and 22. RGB value is (160,1,34). Sum of RGB (Red+Green+Blue) = 160+1+34=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A00122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00122 is #5FFEDD. Grayscale: #343434. Windows color (decimal): -6291166 or 2228640. OLE color: 2228640.

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

Color convert

RGB 160 1 34 -
CMYK 0 0.99 0.79 0.37
HSL 347.55º 0.99% 0.32% -
HSV(B) 347.55º 0.99% 0.63% -
XYZ 14.8 7.61 2.2 -
YUV 52.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 160 1 34 0 0.99 0.79 0.37 347.55 0.99 0.32
Hex A0 1 22 0 63 4F 25 15C 63 20
Octal 240 1 42 0 143 117 45 534 143 40
Binary 10100000 1 100010 0 1100011 1001111 100101 101011100 1100011 100000

Color Harmonies of #A00122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00122

Black with #A00122

Text Example


Text Example

White with #A00122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00122; }

 p { color: rgb(160,1,34); }

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

background-color css

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

 a { background-color: rgb(160,1,34); }

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

border-color css

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

 span { border-color: rgb(160,1,34); }

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