Html Css Color HEX #A8082D Carmine

📋 copy color: '#A8082D'

red 168 ◦ green 8 ◦ blue 45

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

Shades of Carmine #A8082D

Tints of Carmine #A8082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 76.02%
G = 3.62%
B = 20.36%

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

#A8082D (or 0xA8082D) is known color: Carmine. HEX triplet: A8, 08 and 2D. RGB value is (168,8,45). Sum of RGB (Red+Green+Blue) = 168+8+45=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8082D is #57F7D2. Grayscale: #3C3C3C. Windows color (decimal): -5765075 or 2951336. OLE color: 2951336.

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

Color convert

RGB 168 8 45 -
CMYK 0 0.95 0.73 0.34
HSL 346.13º 0.91% 0.35% -
HSV(B) 346.13º 0.95% 0.66% -
XYZ 16.71 8.69 3.28 -
YUV 60.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 168 8 45 0 0.95 0.73 0.34 346.13 0.91 0.35
Hex A8 8 2D 0 5F 49 22 15A 5B 23
Octal 250 10 55 0 137 111 42 532 133 43
Binary 10101000 1000 101101 0 1011111 1001001 100010 101011010 1011011 100011

Color Harmonies of #A8082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8082D

Black with #A8082D

Text Example


Text Example

White with #A8082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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