Html Css Color HEX #A8062E Carmine

📋 copy color: '#A8062E'

red 168 ◦ green 6 ◦ blue 46

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

Shades of Carmine #A8062E

Tints of Carmine #A8062E

RGB

 RED value IS 168 (66.02% from 255) = 76.36%

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

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 76.36%
G = 2.73%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8062E (or 0xA8062E) is known color: Carmine. HEX triplet: A8, 06 and 2E. RGB value is (168,6,46). Sum of RGB (Red+Green+Blue) = 168+6+46=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A8062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8062E is #57F9D1. Grayscale: #3B3B3B. Windows color (decimal): -5765586 or 3016360. OLE color: 3016360.

HSL color Cylindrical-coordinate representation of color #A8062E: hue angle of 345.19º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8062E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 6 46 -
CMYK 0 0.96 0.73 0.34
HSL 345.19º 0.93% 0.34% -
HSV(B) 345.19º 0.96% 0.66% -
XYZ 16.71 8.65 3.37 -
YUV 59 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 168 6 46 0 0.96 0.73 0.34 345.19 0.93 0.34
Hex A8 6 2E 0 60 49 22 159 5D 22
Octal 250 6 56 0 140 111 42 531 135 42
Binary 10101000 110 101110 0 1100000 1001001 100010 101011001 1011101 100010

Color Harmonies of #A8062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8062E

Black with #A8062E

Text Example


Text Example

White with #A8062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8062E; }

 p { color: rgb(168,6,46); }

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

background-color css

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

 a { background-color: rgb(168,6,46); }

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

border-color css

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

 span { border-color: rgb(168,6,46); }

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