Html Css Color HEX #A8103C Cardinal

📋 copy color: '#A8103C'

red 168 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #A8103C

Tints of Cardinal #A8103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

 BLUE value IS 60 (23.83% from 255) = 24.59%

R = 68.85%
G = 6.56%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8103C (or 0xA8103C) is known color: Cardinal. HEX triplet: A8, 10 and 3C. RGB value is (168,16,60). Sum of RGB (Red+Green+Blue) = 168+16+60=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8103C is #57EFC3. Grayscale: #424242. Windows color (decimal): -5763012 or 3936424. OLE color: 3936424.

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

Color convert

RGB 168 16 60 -
CMYK 0 0.90 0.64 0.34
HSL 342.63º 0.83% 0.36% -
HSV(B) 342.63º 0.9% 0.66% -
XYZ 17.15 9.02 5.11 -
YUV 66.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 168 16 60 0 0.90 0.64 0.34 342.63 0.83 0.36
Hex A8 10 3C 0 5A 40 22 157 53 24
Octal 250 20 74 0 132 100 42 527 123 44
Binary 10101000 10000 111100 0 1011010 1000000 100010 101010111 1010011 100100

Color Harmonies of #A8103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8103C

Black with #A8103C

Text Example


Text Example

White with #A8103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8103C; }

 p { color: rgb(168,16,60); }

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

background-color css

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

 a { background-color: rgb(168,16,60); }

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

border-color css

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

 span { border-color: rgb(168,16,60); }

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