Html Css Color HEX #A8081C Carmine

📋 copy color: '#A8081C'

red 168 ◦ green 8 ◦ blue 28

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

Shades of Carmine #A8081C

Tints of Carmine #A8081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 82.35%
G = 3.92%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8081C (or 0xA8081C) is known color: Carmine. HEX triplet: A8, 08 and 1C. RGB value is (168,8,28). Sum of RGB (Red+Green+Blue) = 168+8+28=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A8081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8081C is #57F7E3. Grayscale: #3A3A3A. Windows color (decimal): -5765092 or 1837224. OLE color: 1837224.

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

Color convert

RGB 168 8 28 -
CMYK 0 0.95 0.83 0.34
HSL 352.5º 0.91% 0.35% -
HSV(B) 352.5º 0.95% 0.66% -
XYZ 16.44 8.58 1.89 -
YUV 58.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 168 8 28 0 0.95 0.83 0.34 352.5 0.91 0.35
Hex A8 8 1C 0 5F 53 22 160 5B 23
Octal 250 10 34 0 137 123 42 540 133 43
Binary 10101000 1000 11100 0 1011111 1010011 100010 101100000 1011011 100011

Color Harmonies of #A8081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8081C

Black with #A8081C

Text Example


Text Example

White with #A8081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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