Html Css Color HEX #A7071F Carmine

📋 copy color: '#A7071F'

red 167 ◦ green 7 ◦ blue 31

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

Shades of Carmine #A7071F

Tints of Carmine #A7071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 81.46%
G = 3.41%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7071F (or 0xA7071F) is known color: Carmine. HEX triplet: A7, 07 and 1F. RGB value is (167,7,31). Sum of RGB (Red+Green+Blue) = 167+7+31=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A7071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7071F is #58F8E0. Grayscale: #393939. Windows color (decimal): -5830881 or 2033575. OLE color: 2033575.

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

Color convert

RGB 167 7 31 -
CMYK 0 0.96 0.81 0.35
HSL 351º 0.92% 0.34% -
HSV(B) 351º 0.96% 0.65% -
XYZ 16.26 8.47 2.07 -
YUV 57.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 167 7 31 0 0.96 0.81 0.35 351 0.92 0.34
Hex A7 7 1F 0 60 51 23 15F 5C 22
Octal 247 7 37 0 140 121 43 537 134 42
Binary 10100111 111 11111 0 1100000 1010001 100011 101011111 1011100 100010

Color Harmonies of #A7071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7071F

Black with #A7071F

Text Example


Text Example

White with #A7071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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