Html Css Color HEX #A8203E Cardinal

📋 copy color: '#A8203E'

red 168 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #A8203E

Tints of Cardinal #A8203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 64.12%
G = 12.21%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8203E (or 0xA8203E) is known color: Cardinal. HEX triplet: A8, 20 and 3E. RGB value is (168,32,62). Sum of RGB (Red+Green+Blue) = 168+32+62=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8203E is #57DFC1. Grayscale: #4C4C4C. Windows color (decimal): -5758914 or 4071592. OLE color: 4071592.

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

Color convert

RGB 168 32 62 -
CMYK 0 0.81 0.63 0.34
HSL 346.76º 0.68% 0.39% -
HSV(B) 346.76º 0.81% 0.66% -
XYZ 17.53 9.71 5.51 -
YUV 76.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 168 32 62 0 0.81 0.63 0.34 346.76 0.68 0.39
Hex A8 20 3E 0 51 3F 22 15B 44 27
Octal 250 40 76 0 121 77 42 533 104 47
Binary 10101000 100000 111110 0 1010001 111111 100010 101011011 1000100 100111

Color Harmonies of #A8203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8203E

Black with #A8203E

Text Example


Text Example

White with #A8203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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