Html Css Color HEX #A8082E Carmine

📋 copy color: '#A8082E'

red 168 ◦ green 8 ◦ blue 46

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

Shades of Carmine #A8082E

Tints of Carmine #A8082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 75.68%
G = 3.6%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8082E (or 0xA8082E) is known color: Carmine. HEX triplet: A8, 08 and 2E. RGB value is (168,8,46). Sum of RGB (Red+Green+Blue) = 168+8+46=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8082E is #57F7D1. Grayscale: #3C3C3C. Windows color (decimal): -5765074 or 3016872. OLE color: 3016872.

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

Color convert

RGB 168 8 46 -
CMYK 0 0.95 0.73 0.34
HSL 345.75º 0.91% 0.35% -
HSV(B) 345.75º 0.95% 0.66% -
XYZ 16.73 8.7 3.38 -
YUV 60.17 120.01 204.91 -
System Red Green Blue C M Y K H S L
Decimal 168 8 46 0 0.95 0.73 0.34 345.75 0.91 0.35
Hex A8 8 2E 0 5F 49 22 15A 5B 23
Octal 250 10 56 0 137 111 42 532 133 43
Binary 10101000 1000 101110 0 1011111 1001001 100010 101011010 1011011 100011

Color Harmonies of #A8082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8082E

Black with #A8082E

Text Example


Text Example

White with #A8082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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