Html Css Color HEX #A8112F Cardinal

📋 copy color: '#A8112F'

red 168 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #A8112F

Tints of Cardinal #A8112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 72.41%
G = 7.33%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8112F (or 0xA8112F) is known color: Cardinal. HEX triplet: A8, 11 and 2F. RGB value is (168,17,47). Sum of RGB (Red+Green+Blue) = 168+17+47=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8112F is #57EED0. Grayscale: #414141. Windows color (decimal): -5762769 or 3084712. OLE color: 3084712.

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

Color convert

RGB 168 17 47 -
CMYK 0 0.90 0.72 0.34
HSL 348.08º 0.82% 0.36% -
HSV(B) 348.08º 0.9% 0.66% -
XYZ 16.86 8.93 3.52 -
YUV 65.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 168 17 47 0 0.90 0.72 0.34 348.08 0.82 0.36
Hex A8 11 2F 0 5A 48 22 15C 52 24
Octal 250 21 57 0 132 110 42 534 122 44
Binary 10101000 10001 101111 0 1011010 1001000 100010 101011100 1010010 100100

Color Harmonies of #A8112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8112F

Black with #A8112F

Text Example


Text Example

White with #A8112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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