Html Css Color HEX #A8223F Cardinal

📋 copy color: '#A8223F'

red 168 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #A8223F

Tints of Cardinal #A8223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 63.4%
G = 12.83%
B = 23.77%

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

#A8223F (or 0xA8223F) is known color: Cardinal. HEX triplet: A8, 22 and 3F. RGB value is (168,34,63). Sum of RGB (Red+Green+Blue) = 168+34+63=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8223F is #57DDC0. Grayscale: #4D4D4D. Windows color (decimal): -5758401 or 4137640. OLE color: 4137640.

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

Color convert

RGB 168 34 63 -
CMYK 0 0.80 0.63 0.34
HSL 347.01º 0.66% 0.4% -
HSV(B) 347.01º 0.8% 0.66% -
XYZ 17.62 9.83 5.67 -
YUV 77.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 168 34 63 0 0.80 0.63 0.34 347.01 0.66 0.4
Hex A8 22 3F 0 50 3F 22 15B 42 28
Octal 250 42 77 0 120 77 42 533 102 50
Binary 10101000 100010 111111 0 1010000 111111 100010 101011011 1000010 101000

Color Harmonies of #A8223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8223F

Black with #A8223F

Text Example


Text Example

White with #A8223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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