Html Css Color HEX #A8061D Carmine

📋 copy color: '#A8061D'

red 168 ◦ green 6 ◦ blue 29

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

Shades of Carmine #A8061D

Tints of Carmine #A8061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 82.76%
G = 2.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8061D (or 0xA8061D) is known color: Carmine. HEX triplet: A8, 06 and 1D. RGB value is (168,6,29). Sum of RGB (Red+Green+Blue) = 168+6+29=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A8061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8061D is #57F9E2. Grayscale: #393939. Windows color (decimal): -5765603 or 1902248. OLE color: 1902248.

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

Color convert

RGB 168 6 29 -
CMYK 0 0.96 0.83 0.34
HSL 351.48º 0.93% 0.34% -
HSV(B) 351.48º 0.96% 0.66% -
XYZ 16.44 8.54 1.95 -
YUV 57.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 168 6 29 0 0.96 0.83 0.34 351.48 0.93 0.34
Hex A8 6 1D 0 60 53 22 15F 5D 22
Octal 250 6 35 0 140 123 42 537 135 42
Binary 10101000 110 11101 0 1100000 1010011 100010 101011111 1011101 100010

Color Harmonies of #A8061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8061D

Black with #A8061D

Text Example


Text Example

White with #A8061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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