Html Css Color HEX #A71029 Carmine

📋 copy color: '#A71029'

red 167 ◦ green 16 ◦ blue 41

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

Shades of Carmine #A71029

Tints of Carmine #A71029

RGB

 RED value IS 167 (65.63% from 255) = 74.55%

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

 BLUE value IS 41 (16.41% from 255) = 18.3%

R = 74.55%
G = 7.14%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A71029 (or 0xA71029) is known color: Carmine. HEX triplet: A7, 10 and 29. RGB value is (167,16,41). Sum of RGB (Red+Green+Blue) = 167+16+41=224 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.55% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 167 - color contains mainly: red. Hex color #A71029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71029 is #58EFD6. Grayscale: #404040. Windows color (decimal): -5828567 or 2691239. OLE color: 2691239.

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

Color convert

RGB 167 16 41 -
CMYK 0 0.90 0.75 0.35
HSL 350.07º 0.83% 0.36% -
HSV(B) 350.07º 0.9% 0.65% -
XYZ 16.52 8.75 2.92 -
YUV 64 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 167 16 41 0 0.90 0.75 0.35 350.07 0.83 0.36
Hex A7 10 29 0 5A 4B 23 15E 53 24
Octal 247 20 51 0 132 113 43 536 123 44
Binary 10100111 10000 101001 0 1011010 1001011 100011 101011110 1010011 100100

Color Harmonies of #A71029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71029

Black with #A71029

Text Example


Text Example

White with #A71029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71029; }

 p { color: rgb(167,16,41); }

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

background-color css

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

 a { background-color: rgb(167,16,41); }

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

border-color css

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

 span { border-color: rgb(167,16,41); }

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