Html Css Color HEX #A8203B Cardinal

📋 copy color: '#A8203B'

red 168 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #A8203B

Tints of Cardinal #A8203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 64.86%
G = 12.36%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8203B (or 0xA8203B) is known color: Cardinal. HEX triplet: A8, 20 and 3B. RGB value is (168,32,59). Sum of RGB (Red+Green+Blue) = 168+32+59=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A8203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8203B is #57DFC4. Grayscale: #4B4B4B. Windows color (decimal): -5758917 or 3874984. OLE color: 3874984.

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

Color convert

RGB 168 32 59 -
CMYK 0 0.81 0.65 0.34
HSL 348.09º 0.68% 0.39% -
HSV(B) 348.09º 0.81% 0.66% -
XYZ 17.45 9.67 5.08 -
YUV 75.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 168 32 59 0 0.81 0.65 0.34 348.09 0.68 0.39
Hex A8 20 3B 0 51 41 22 15C 44 27
Octal 250 40 73 0 121 101 42 534 104 47
Binary 10101000 100000 111011 0 1010001 1000001 100010 101011100 1000100 100111

Color Harmonies of #A8203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8203B

Black with #A8203B

Text Example


Text Example

White with #A8203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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