Html Css Color HEX #A8112E Cardinal

📋 copy color: '#A8112E'

red 168 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #A8112E

Tints of Cardinal #A8112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

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

R = 72.73%
G = 7.36%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8112E (or 0xA8112E) is known color: Cardinal. HEX triplet: A8, 11 and 2E. RGB value is (168,17,46). Sum of RGB (Red+Green+Blue) = 168+17+46=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8112E is #57EED1. Grayscale: #414141. Windows color (decimal): -5762770 or 3019176. OLE color: 3019176.

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

Color convert

RGB 168 17 46 -
CMYK 0 0.90 0.73 0.34
HSL 348.48º 0.82% 0.36% -
HSV(B) 348.48º 0.9% 0.66% -
XYZ 16.84 8.92 3.42 -
YUV 65.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 168 17 46 0 0.90 0.73 0.34 348.48 0.82 0.36
Hex A8 11 2E 0 5A 49 22 15C 52 24
Octal 250 21 56 0 132 111 42 534 122 44
Binary 10101000 10001 101110 0 1011010 1001001 100010 101011100 1010010 100100

Color Harmonies of #A8112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8112E

Black with #A8112E

Text Example


Text Example

White with #A8112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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