Html Css Color HEX #A00626 Carmine

📋 copy color: '#A00626'

red 160 ◦ green 6 ◦ blue 38

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

Shades of Carmine #A00626

Tints of Carmine #A00626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 78.43%
G = 2.94%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A00626 (or 0xA00626) is known color: Carmine. HEX triplet: A0, 06 and 26. RGB value is (160,6,38). Sum of RGB (Red+Green+Blue) = 160+6+38=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A00626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00626 is #5FF9D9. Grayscale: #373737. Windows color (decimal): -6289882 or 2492064. OLE color: 2492064.

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

Color convert

RGB 160 6 38 -
CMYK 0 0.96 0.76 0.37
HSL 347.53º 0.93% 0.33% -
HSV(B) 347.53º 0.96% 0.63% -
XYZ 14.91 7.74 2.54 -
YUV 55.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 160 6 38 0 0.96 0.76 0.37 347.53 0.93 0.33
Hex A0 6 26 0 60 4C 25 15C 5D 21
Octal 240 6 46 0 140 114 45 534 135 41
Binary 10100000 110 100110 0 1100000 1001100 100101 101011100 1011101 100001

Color Harmonies of #A00626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00626

Black with #A00626

Text Example


Text Example

White with #A00626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00626; }

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

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

background-color css

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

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

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

border-color css

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

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

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