Html Css Color HEX #A00126 Carmine

📋 copy color: '#A00126'

red 160 ◦ green 1 ◦ blue 38

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

Shades of Carmine #A00126

Tints of Carmine #A00126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 80.4%
G = 0.5%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A00126 (or 0xA00126) is known color: Carmine. HEX triplet: A0, 01 and 26. RGB value is (160,1,38). Sum of RGB (Red+Green+Blue) = 160+1+38=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A00126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00126 is #5FFED9. Grayscale: #343434. Windows color (decimal): -6291162 or 2490784. OLE color: 2490784.

HSL color Cylindrical-coordinate representation of color #A00126: hue angle of 346.04º 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 #A00126 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 38 -
CMYK 0 0.99 0.76 0.37
HSL 346.04º 0.99% 0.32% -
HSV(B) 346.04º 0.99% 0.63% -
XYZ 14.86 7.64 2.52 -
YUV 52.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 160 1 38 0 0.99 0.76 0.37 346.04 0.99 0.32
Hex A0 1 26 0 63 4C 25 15A 63 20
Octal 240 1 46 0 143 114 45 532 143 40
Binary 10100000 1 100110 0 1100011 1001100 100101 101011010 1100011 100000

Color Harmonies of #A00126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00126

Black with #A00126

Text Example


Text Example

White with #A00126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00126; }

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

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

background-color css

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

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

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

border-color css

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

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

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