Html Css Color HEX #A00316 Carmine

📋 copy color: '#A00316'

red 160 ◦ green 3 ◦ blue 22

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

Shades of Carmine #A00316

Tints of Carmine #A00316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 86.49%
G = 1.62%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00316 (or 0xA00316) is known color: Carmine. HEX triplet: A0, 03 and 16. RGB value is (160,3,22). Sum of RGB (Red+Green+Blue) = 160+3+22=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00316 is #5FFCE9. Grayscale: #343434. Windows color (decimal): -6290666 or 1442720. OLE color: 1442720.

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

Color convert

RGB 160 3 22 -
CMYK 0 0.98 0.86 0.37
HSL 352.74º 0.96% 0.32% -
HSV(B) 352.74º 0.98% 0.63% -
XYZ 14.67 7.6 1.45 -
YUV 52.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 160 3 22 0 0.98 0.86 0.37 352.74 0.96 0.32
Hex A0 3 16 0 62 56 25 161 60 20
Octal 240 3 26 0 142 126 45 541 140 40
Binary 10100000 11 10110 0 1100010 1010110 100101 101100001 1100000 100000

Color Harmonies of #A00316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00316

Black with #A00316

Text Example


Text Example

White with #A00316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00316; }

 p { color: rgb(160,3,22); }

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

background-color css

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

 a { background-color: rgb(160,3,22); }

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

border-color css

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

 span { border-color: rgb(160,3,22); }

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