Html Css Color HEX #A70D26 Carmine

📋 copy color: '#A70D26'

red 167 ◦ green 13 ◦ blue 38

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

Shades of Carmine #A70D26

Tints of Carmine #A70D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 76.61%
G = 5.96%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A70D26 (or 0xA70D26) is known color: Carmine. HEX triplet: A7, 0D and 26. RGB value is (167,13,38). Sum of RGB (Red+Green+Blue) = 167+13+38=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70D26 is #58F2D9. Grayscale: #3D3D3D. Windows color (decimal): -5829338 or 2493863. OLE color: 2493863.

HSL color Cylindrical-coordinate representation of color #A70D26: hue angle of 350.26º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70D26 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 13 38 -
CMYK 0 0.92 0.77 0.35
HSL 350.26º 0.86% 0.35% -
HSV(B) 350.26º 0.92% 0.65% -
XYZ 16.43 8.64 2.64 -
YUV 61.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 167 13 38 0 0.92 0.77 0.35 350.26 0.86 0.35
Hex A7 D 26 0 5C 4D 23 15E 56 23
Octal 247 15 46 0 134 115 43 536 126 43
Binary 10100111 1101 100110 0 1011100 1001101 100011 101011110 1010110 100011

Color Harmonies of #A70D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70D26

Black with #A70D26

Text Example


Text Example

White with #A70D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70D26; }

 p { color: rgb(167,13,38); }

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

background-color css

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

 a { background-color: rgb(167,13,38); }

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

border-color css

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

 span { border-color: rgb(167,13,38); }

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