Html Css Color HEX #A8153E Cardinal

📋 copy color: '#A8153E'

red 168 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #A8153E

Tints of Cardinal #A8153E

RGB

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

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

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

R = 66.93%
G = 8.37%
B = 24.7%

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

#A8153E (or 0xA8153E) is known color: Cardinal. HEX triplet: A8, 15 and 3E. RGB value is (168,21,62). Sum of RGB (Red+Green+Blue) = 168+21+62=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8153E is #57EAC1. Grayscale: #454545. Windows color (decimal): -5761730 or 4068776. OLE color: 4068776.

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

Color convert

RGB 168 21 62 -
CMYK 0 0.88 0.63 0.34
HSL 343.27º 0.78% 0.37% -
HSV(B) 343.27º 0.88% 0.66% -
XYZ 17.29 9.21 5.42 -
YUV 69.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 168 21 62 0 0.88 0.63 0.34 343.27 0.78 0.37
Hex A8 15 3E 0 58 3F 22 157 4E 25
Octal 250 25 76 0 130 77 42 527 116 45
Binary 10101000 10101 111110 0 1011000 111111 100010 101010111 1001110 100101

Color Harmonies of #A8153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8153E

Black with #A8153E

Text Example


Text Example

White with #A8153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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