Html Css Color HEX #A8153F Cardinal

📋 copy color: '#A8153F'

red 168 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #A8153F

Tints of Cardinal #A8153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8153F (or 0xA8153F) is known color: Cardinal. HEX triplet: A8, 15 and 3F. RGB value is (168,21,63). Sum of RGB (Red+Green+Blue) = 168+21+63=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8153F is #57EAC0. Grayscale: #454545. Windows color (decimal): -5761729 or 4134312. OLE color: 4134312.

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

Color convert

RGB 168 21 63 -
CMYK 0 0.88 0.63 0.34
HSL 342.86º 0.78% 0.37% -
HSV(B) 342.86º 0.88% 0.66% -
XYZ 17.31 9.22 5.57 -
YUV 69.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 168 21 63 0 0.88 0.63 0.34 342.86 0.78 0.37
Hex A8 15 3F 0 58 3F 22 157 4E 25
Octal 250 25 77 0 130 77 42 527 116 45
Binary 10101000 10101 111111 0 1011000 111111 100010 101010111 1001110 100101

Color Harmonies of #A8153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8153F

Black with #A8153F

Text Example


Text Example

White with #A8153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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