Html Css Color HEX #A00736 Carmine

📋 copy color: '#A00736'

red 160 ◦ green 7 ◦ blue 54

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

Shades of Carmine #A00736

Tints of Carmine #A00736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 72.4%
G = 3.17%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A00736 (or 0xA00736) is known color: Carmine. HEX triplet: A0, 07 and 36. RGB value is (160,7,54). Sum of RGB (Red+Green+Blue) = 160+7+54=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A00736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00736 is #5FF8C9. Grayscale: #3A3A3A. Windows color (decimal): -6289610 or 3540896. OLE color: 3540896.

HSL color Cylindrical-coordinate representation of color #A00736: hue angle of 341.57º degrees, saturation: 0.92, 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 #A00736 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 54 -
CMYK 0 0.96 0.66 0.37
HSL 341.57º 0.92% 0.33% -
HSV(B) 341.57º 0.96% 0.63% -
XYZ 15.24 7.89 4.21 -
YUV 58.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 160 7 54 0 0.96 0.66 0.37 341.57 0.92 0.33
Hex A0 7 36 0 60 42 25 156 5C 21
Octal 240 7 66 0 140 102 45 526 134 41
Binary 10100000 111 110110 0 1100000 1000010 100101 101010110 1011100 100001

Color Harmonies of #A00736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00736

Black with #A00736

Text Example


Text Example

White with #A00736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00736; }

 p { color: rgb(160,7,54); }

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

background-color css

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

 a { background-color: rgb(160,7,54); }

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

border-color css

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

 span { border-color: rgb(160,7,54); }

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