Html Css Color HEX #A7061F Carmine

📋 copy color: '#A7061F'

red 167 ◦ green 6 ◦ blue 31

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

Shades of Carmine #A7061F

Tints of Carmine #A7061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 81.86%
G = 2.94%
B = 15.2%

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

#A7061F (or 0xA7061F) is known color: Carmine. HEX triplet: A7, 06 and 1F. RGB value is (167,6,31). Sum of RGB (Red+Green+Blue) = 167+6+31=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A7061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7061F is #58F9E0. Grayscale: #393939. Windows color (decimal): -5831137 or 2033319. OLE color: 2033319.

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

Color convert

RGB 167 6 31 -
CMYK 0 0.96 0.81 0.35
HSL 350.68º 0.93% 0.34% -
HSV(B) 350.68º 0.96% 0.65% -
XYZ 16.25 8.44 2.07 -
YUV 56.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 167 6 31 0 0.96 0.81 0.35 350.68 0.93 0.34
Hex A7 6 1F 0 60 51 23 15F 5D 22
Octal 247 6 37 0 140 121 43 537 135 42
Binary 10100111 110 11111 0 1100000 1010001 100011 101011111 1011101 100010

Color Harmonies of #A7061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7061F

Black with #A7061F

Text Example


Text Example

White with #A7061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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