Html Css Color HEX #A81941 Cardinal

📋 copy color: '#A81941'

red 168 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #A81941

Tints of Cardinal #A81941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 65.12%
G = 9.69%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81941 (or 0xA81941) is known color: Cardinal. HEX triplet: A8, 19 and 41. RGB value is (168,25,65). Sum of RGB (Red+Green+Blue) = 168+25+65=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A81941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81941 is #57E6BE. Grayscale: #484848. Windows color (decimal): -5760703 or 4266408. OLE color: 4266408.

HSL color Cylindrical-coordinate representation of color #A81941: hue angle of 343.22º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81941 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 65 -
CMYK 0 0.85 0.61 0.34
HSL 343.22º 0.74% 0.38% -
HSV(B) 343.22º 0.85% 0.66% -
XYZ 17.45 9.4 5.9 -
YUV 72.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 168 25 65 0 0.85 0.61 0.34 343.22 0.74 0.38
Hex A8 19 41 0 55 3D 22 157 4A 26
Octal 250 31 101 0 125 75 42 527 112 46
Binary 10101000 11001 1000001 0 1010101 111101 100010 101010111 1001010 100110

Color Harmonies of #A81941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81941

Black with #A81941

Text Example


Text Example

White with #A81941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81941; }

 p { color: rgb(168,25,65); }

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

background-color css

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

 a { background-color: rgb(168,25,65); }

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

border-color css

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

 span { border-color: rgb(168,25,65); }

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