Html Css Color HEX #A8203C Cardinal

📋 copy color: '#A8203C'

red 168 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #A8203C

Tints of Cardinal #A8203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 64.62%
G = 12.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8203C (or 0xA8203C) is known color: Cardinal. HEX triplet: A8, 20 and 3C. RGB value is (168,32,60). Sum of RGB (Red+Green+Blue) = 168+32+60=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8203C is #57DFC3. Grayscale: #4B4B4B. Windows color (decimal): -5758916 or 3940520. OLE color: 3940520.

HSL color Cylindrical-coordinate representation of color #A8203C: hue angle of 347.65º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8203C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 60 -
CMYK 0 0.81 0.64 0.34
HSL 347.65º 0.68% 0.39% -
HSV(B) 347.65º 0.81% 0.66% -
XYZ 17.48 9.68 5.22 -
YUV 75.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 168 32 60 0 0.81 0.64 0.34 347.65 0.68 0.39
Hex A8 20 3C 0 51 40 22 15C 44 27
Octal 250 40 74 0 121 100 42 534 104 47
Binary 10101000 100000 111100 0 1010001 1000000 100010 101011100 1000100 100111

Color Harmonies of #A8203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8203C

Black with #A8203C

Text Example


Text Example

White with #A8203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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