Html Css Color HEX #A8001E Carmine

📋 copy color: '#A8001E'

red 168 ◦ green 0 ◦ blue 30

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

Shades of Carmine #A8001E

Tints of Carmine #A8001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 84.85%
G = 0%
B = 15.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8001E (or 0xA8001E) is known color: Carmine. HEX triplet: A8, 00 and 1E. RGB value is (168,0,30). Sum of RGB (Red+Green+Blue) = 168+0+30=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A8001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8001E is #57FFE1. Grayscale: #353535. Windows color (decimal): -5767138 or 1966248. OLE color: 1966248.

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

Color convert

RGB 168 0 30 -
CMYK 0 1 0.82 0.34
HSL 349.29º 1% 0.33% -
HSV(B) 349.29º 1% 0.66% -
XYZ 16.38 8.42 1.99 -
YUV 53.65 114.66 209.56 -
System Red Green Blue C M Y K H S L
Decimal 168 0 30 0 1 0.82 0.34 349.29 1 0.33
Hex A8 0 1E 0 64 52 22 15D 64 21
Octal 250 0 36 0 144 122 42 535 144 41
Binary 10101000 0 11110 0 1100100 1010010 100010 101011101 1100100 100001

Color Harmonies of #A8001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8001E

Black with #A8001E

Text Example


Text Example

White with #A8001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8001E; }

 p { color: rgb(168,0,30); }

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

background-color css

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

 a { background-color: rgb(168,0,30); }

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

border-color css

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

 span { border-color: rgb(168,0,30); }

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