Html Css Color HEX #A70D1F Carmine

📋 copy color: '#A70D1F'

red 167 ◦ green 13 ◦ blue 31

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

Shades of Carmine #A70D1F

Tints of Carmine #A70D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 79.15%
G = 6.16%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A70D1F (or 0xA70D1F) is known color: Carmine. HEX triplet: A7, 0D and 1F. RGB value is (167,13,31). Sum of RGB (Red+Green+Blue) = 167+13+31=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70D1F is #58F2E0. Grayscale: #3D3D3D. Windows color (decimal): -5829345 or 2035111. OLE color: 2035111.

HSL color Cylindrical-coordinate representation of color #A70D1F: hue angle of 352.99º 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 #A70D1F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 13 31 -
CMYK 0 0.92 0.81 0.35
HSL 352.99º 0.86% 0.35% -
HSV(B) 352.99º 0.92% 0.65% -
XYZ 16.33 8.6 2.1 -
YUV 61.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 167 13 31 0 0.92 0.81 0.35 352.99 0.86 0.35
Hex A7 D 1F 0 5C 51 23 161 56 23
Octal 247 15 37 0 134 121 43 541 126 43
Binary 10100111 1101 11111 0 1011100 1010001 100011 101100001 1010110 100011

Color Harmonies of #A70D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70D1F

Black with #A70D1F

Text Example


Text Example

White with #A70D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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