Html Css Color HEX #A8153A Cardinal

📋 copy color: '#A8153A'

red 168 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #A8153A

Tints of Cardinal #A8153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 68.02%
G = 8.5%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8153A (or 0xA8153A) is known color: Cardinal. HEX triplet: A8, 15 and 3A. RGB value is (168,21,58). Sum of RGB (Red+Green+Blue) = 168+21+58=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8153A is #57EAC5. Grayscale: #454545. Windows color (decimal): -5761734 or 3806632. OLE color: 3806632.

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

Color convert

RGB 168 21 58 -
CMYK 0 0.88 0.65 0.34
HSL 344.9º 0.78% 0.37% -
HSV(B) 344.9º 0.88% 0.66% -
XYZ 17.18 9.17 4.87 -
YUV 69.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 168 21 58 0 0.88 0.65 0.34 344.9 0.78 0.37
Hex A8 15 3A 0 58 41 22 159 4E 25
Octal 250 25 72 0 130 101 42 531 116 45
Binary 10101000 10101 111010 0 1011000 1000001 100010 101011001 1001110 100101

Color Harmonies of #A8153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8153A

Black with #A8153A

Text Example


Text Example

White with #A8153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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