Html Css Color HEX #A20017 Carmine

📋 copy color: '#A20017'

red 162 ◦ green 0 ◦ blue 23

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

Shades of Carmine #A20017

Tints of Carmine #A20017

RGB

 RED value IS 162 (63.67% from 255) = 87.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 87.57%
G = 0%
B = 12.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A20017 (or 0xA20017) is known color: Carmine. HEX triplet: A2, 00 and 17. RGB value is (162,0,23). Sum of RGB (Red+Green+Blue) = 162+0+23=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20017 is #5DFFE8. Grayscale: #333333. Windows color (decimal): -6160361 or 1507490. OLE color: 1507490.

HSL color Cylindrical-coordinate representation of color #A20017: hue angle of 351.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20017 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 23 -
CMYK 0 1 0.86 0.36
HSL 351.48º 1% 0.32% -
HSV(B) 351.48º 1% 0.64% -
XYZ 15.05 7.74 1.51 -
YUV 51.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 162 0 23 0 1 0.86 0.36 351.48 1 0.32
Hex A2 0 17 0 64 56 24 15F 64 20
Octal 242 0 27 0 144 126 44 537 144 40
Binary 10100010 0 10111 0 1100100 1010110 100100 101011111 1100100 100000

Color Harmonies of #A20017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20017

Black with #A20017

Text Example


Text Example

White with #A20017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20017; }

 p { color: rgb(162,0,23); }

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

background-color css

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

 a { background-color: rgb(162,0,23); }

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

border-color css

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

 span { border-color: rgb(162,0,23); }

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