Html Css Color HEX #A8213F Cardinal

📋 copy color: '#A8213F'

red 168 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #A8213F

Tints of Cardinal #A8213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 63.64%
G = 12.5%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8213F (or 0xA8213F) is known color: Cardinal. HEX triplet: A8, 21 and 3F. RGB value is (168,33,63). Sum of RGB (Red+Green+Blue) = 168+33+63=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8213F is #57DEC0. Grayscale: #4C4C4C. Windows color (decimal): -5758657 or 4137384. OLE color: 4137384.

HSL color Cylindrical-coordinate representation of color #A8213F: hue angle of 346.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8213F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 63 -
CMYK 0 0.80 0.63 0.34
HSL 346.67º 0.67% 0.39% -
HSV(B) 346.67º 0.8% 0.66% -
XYZ 17.59 9.77 5.66 -
YUV 76.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 168 33 63 0 0.80 0.63 0.34 346.67 0.67 0.39
Hex A8 21 3F 0 50 3F 22 15B 43 27
Octal 250 41 77 0 120 77 42 533 103 47
Binary 10101000 100001 111111 0 1010000 111111 100010 101011011 1000011 100111

Color Harmonies of #A8213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8213F

Black with #A8213F

Text Example


Text Example

White with #A8213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8213F; }

 p { color: rgb(168,33,63); }

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

background-color css

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

 a { background-color: rgb(168,33,63); }

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

border-color css

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

 span { border-color: rgb(168,33,63); }

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