Html Css Color HEX #A8153D Cardinal

📋 copy color: '#A8153D'

red 168 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #A8153D

Tints of Cardinal #A8153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 67.2%
G = 8.4%
B = 24.4%

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

#A8153D (or 0xA8153D) is known color: Cardinal. HEX triplet: A8, 15 and 3D. RGB value is (168,21,61). Sum of RGB (Red+Green+Blue) = 168+21+61=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8153D is #57EAC2. Grayscale: #454545. Windows color (decimal): -5761731 or 4003240. OLE color: 4003240.

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

Color convert

RGB 168 21 61 -
CMYK 0 0.88 0.64 0.34
HSL 343.67º 0.78% 0.37% -
HSV(B) 343.67º 0.88% 0.66% -
XYZ 17.26 9.2 5.28 -
YUV 69.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 168 21 61 0 0.88 0.64 0.34 343.67 0.78 0.37
Hex A8 15 3D 0 58 40 22 158 4E 25
Octal 250 25 75 0 130 100 42 530 116 45
Binary 10101000 10101 111101 0 1011000 1000000 100010 101011000 1001110 100101

Color Harmonies of #A8153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8153D

Black with #A8153D

Text Example


Text Example

White with #A8153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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