Html Css Color HEX #A00017 Carmine

📋 copy color: '#A00017'

red 160 ◦ green 0 ◦ blue 23

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

Shades of Carmine #A00017

Tints of Carmine #A00017

RGB

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

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

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

R = 87.43%
G = 0%
B = 12.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00017 (or 0xA00017) is known color: Carmine. HEX triplet: A0, 00 and 17. RGB value is (160,0,23). Sum of RGB (Red+Green+Blue) = 160+0+23=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00017 is #5FFFE8. Grayscale: #323232. Windows color (decimal): -6291433 or 1507488. OLE color: 1507488.

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

Color convert

RGB 160 0 23 -
CMYK 0 1 0.86 0.37
HSL 351.38º 1% 0.31% -
HSV(B) 351.38º 1% 0.63% -
XYZ 14.65 7.54 1.49 -
YUV 50.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 160 0 23 0 1 0.86 0.37 351.38 1 0.31
Hex A0 0 17 0 64 56 25 15F 64 1F
Octal 240 0 27 0 144 126 45 537 144 37
Binary 10100000 0 10111 0 1100100 1010110 100101 101011111 1100100 11111

Color Harmonies of #A00017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00017

Black with #A00017

Text Example


Text Example

White with #A00017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00017; }

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

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

background-color css

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

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

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

border-color css

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

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

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