Html Css Color HEX #A41014 Carmine

📋 copy color: '#A41014'

red 164 ◦ green 16 ◦ blue 20

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

Shades of Carmine #A41014

Tints of Carmine #A41014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 82%
G = 8%
B = 10%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A41014 (or 0xA41014) is known color: Carmine. HEX triplet: A4, 10 and 14. RGB value is (164,16,20). Sum of RGB (Red+Green+Blue) = 164+16+20=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A41014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41014 is #5BEFEB. Grayscale: #3C3C3C. Windows color (decimal): -6025196 or 1314980. OLE color: 1314980.

HSL color Cylindrical-coordinate representation of color #A41014: hue angle of 358.38º 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 #A41014 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 20 -
CMYK 0 0.90 0.88 0.36
HSL 358.38º 0.82% 0.35% -
HSV(B) 358.38º 0.9% 0.64% -
XYZ 15.62 8.31 1.44 -
YUV 60.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 164 16 20 0 0.90 0.88 0.36 358.38 0.82 0.35
Hex A4 10 14 0 5A 58 24 166 52 23
Octal 244 20 24 0 132 130 44 546 122 43
Binary 10100100 10000 10100 0 1011010 1011000 100100 101100110 1010010 100011

Color Harmonies of #A41014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41014

Black with #A41014

Text Example


Text Example

White with #A41014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41014; }

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

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

background-color css

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

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

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

border-color css

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

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

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