Html Css Color HEX #A8153C Cardinal

📋 copy color: '#A8153C'

red 168 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #A8153C

Tints of Cardinal #A8153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 67.47%
G = 8.43%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8153C (or 0xA8153C) is known color: Cardinal. HEX triplet: A8, 15 and 3C. RGB value is (168,21,60). Sum of RGB (Red+Green+Blue) = 168+21+60=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8153C is #57EAC3. Grayscale: #454545. Windows color (decimal): -5761732 or 3937704. OLE color: 3937704.

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

Color convert

RGB 168 21 60 -
CMYK 0 0.88 0.64 0.34
HSL 344.08º 0.78% 0.37% -
HSV(B) 344.08º 0.88% 0.66% -
XYZ 17.23 9.19 5.14 -
YUV 69.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 168 21 60 0 0.88 0.64 0.34 344.08 0.78 0.37
Hex A8 15 3C 0 58 40 22 158 4E 25
Octal 250 25 74 0 130 100 42 530 116 45
Binary 10101000 10101 111100 0 1011000 1000000 100010 101011000 1001110 100101

Color Harmonies of #A8153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8153C

Black with #A8153C

Text Example


Text Example

White with #A8153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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