Html Css Color HEX #A8173D Cardinal

📋 copy color: '#A8173D'

red 168 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #A8173D

Tints of Cardinal #A8173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 66.67%
G = 9.13%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8173D (or 0xA8173D) is known color: Cardinal. HEX triplet: A8, 17 and 3D. RGB value is (168,23,61). Sum of RGB (Red+Green+Blue) = 168+23+61=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8173D is #57E8C2. Grayscale: #464646. Windows color (decimal): -5761219 or 4003752. OLE color: 4003752.

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

Color convert

RGB 168 23 61 -
CMYK 0 0.86 0.64 0.34
HSL 344.28º 0.76% 0.37% -
HSV(B) 344.28º 0.86% 0.66% -
XYZ 17.3 9.27 5.29 -
YUV 70.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 168 23 61 0 0.86 0.64 0.34 344.28 0.76 0.37
Hex A8 17 3D 0 56 40 22 158 4C 25
Octal 250 27 75 0 126 100 42 530 114 45
Binary 10101000 10111 111101 0 1010110 1000000 100010 101011000 1001100 100101

Color Harmonies of #A8173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8173D

Black with #A8173D

Text Example


Text Example

White with #A8173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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