Html Css Color HEX #A41017 Carmine

📋 copy color: '#A41017'

red 164 ◦ green 16 ◦ blue 23

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

Shades of Carmine #A41017

Tints of Carmine #A41017

RGB

 RED value IS 164 (64.45% from 255) = 80.79%

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 80.79%
G = 7.88%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A41017 (or 0xA41017) is known color: Carmine. HEX triplet: A4, 10 and 17. RGB value is (164,16,23). Sum of RGB (Red+Green+Blue) = 164+16+23=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A41017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41017 is #5BEFE8. Grayscale: #3D3D3D. Windows color (decimal): -6025193 or 1511588. OLE color: 1511588.

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

Color convert

RGB 164 16 23 -
CMYK 0 0.90 0.86 0.36
HSL 357.16º 0.82% 0.35% -
HSV(B) 357.16º 0.9% 0.64% -
XYZ 15.65 8.32 1.59 -
YUV 61.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 164 16 23 0 0.90 0.86 0.36 357.16 0.82 0.35
Hex A4 10 17 0 5A 56 24 165 52 23
Octal 244 20 27 0 132 126 44 545 122 43
Binary 10100100 10000 10111 0 1011010 1010110 100100 101100101 1010010 100011

Color Harmonies of #A41017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41017

Black with #A41017

Text Example


Text Example

White with #A41017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41017; }

 p { color: rgb(164,16,23); }

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

background-color css

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

 a { background-color: rgb(164,16,23); }

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

border-color css

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

 span { border-color: rgb(164,16,23); }

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