Html Css Color HEX #A8103A Cardinal

📋 copy color: '#A8103A'

red 168 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #A8103A

Tints of Cardinal #A8103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 69.42%
G = 6.61%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8103A (or 0xA8103A) is known color: Cardinal. HEX triplet: A8, 10 and 3A. RGB value is (168,16,58). Sum of RGB (Red+Green+Blue) = 168+16+58=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A8103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8103A is #57EFC5. Grayscale: #424242. Windows color (decimal): -5763014 or 3805352. OLE color: 3805352.

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

Color convert

RGB 168 16 58 -
CMYK 0 0.90 0.65 0.34
HSL 343.42º 0.83% 0.36% -
HSV(B) 343.42º 0.9% 0.66% -
XYZ 17.1 9 4.84 -
YUV 66.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 168 16 58 0 0.90 0.65 0.34 343.42 0.83 0.36
Hex A8 10 3A 0 5A 41 22 157 53 24
Octal 250 20 72 0 132 101 42 527 123 44
Binary 10101000 10000 111010 0 1011010 1000001 100010 101010111 1010011 100100

Color Harmonies of #A8103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8103A

Black with #A8103A

Text Example


Text Example

White with #A8103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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