Html Css Color HEX #A7061E Carmine

📋 copy color: '#A7061E'

red 167 ◦ green 6 ◦ blue 30

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

Shades of Carmine #A7061E

Tints of Carmine #A7061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 82.27%
G = 2.96%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A7061E (or 0xA7061E) is known color: Carmine. HEX triplet: A7, 06 and 1E. RGB value is (167,6,30). Sum of RGB (Red+Green+Blue) = 167+6+30=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A7061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7061E is #58F9E1. Grayscale: #383838. Windows color (decimal): -5831138 or 1967783. OLE color: 1967783.

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

Color convert

RGB 167 6 30 -
CMYK 0 0.96 0.82 0.35
HSL 351.06º 0.93% 0.34% -
HSV(B) 351.06º 0.96% 0.65% -
XYZ 16.24 8.44 2 -
YUV 56.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 167 6 30 0 0.96 0.82 0.35 351.06 0.93 0.34
Hex A7 6 1E 0 60 52 23 15F 5D 22
Octal 247 6 36 0 140 122 43 537 135 42
Binary 10100111 110 11110 0 1100000 1010010 100011 101011111 1011101 100010

Color Harmonies of #A7061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7061E

Black with #A7061E

Text Example


Text Example

White with #A7061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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