Html Css Color HEX #A81942 Cardinal

📋 copy color: '#A81942'

red 168 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #A81942

Tints of Cardinal #A81942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 64.86%
G = 9.65%
B = 25.48%

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

#A81942 (or 0xA81942) is known color: Cardinal. HEX triplet: A8, 19 and 42. RGB value is (168,25,66). Sum of RGB (Red+Green+Blue) = 168+25+66=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A81942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81942 is #57E6BD. Grayscale: #484848. Windows color (decimal): -5760702 or 4331944. OLE color: 4331944.

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

Color convert

RGB 168 25 66 -
CMYK 0 0.85 0.61 0.34
HSL 342.8º 0.74% 0.38% -
HSV(B) 342.8º 0.85% 0.66% -
XYZ 17.48 9.41 6.05 -
YUV 72.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 168 25 66 0 0.85 0.61 0.34 342.8 0.74 0.38
Hex A8 19 42 0 55 3D 22 157 4A 26
Octal 250 31 102 0 125 75 42 527 112 46
Binary 10101000 11001 1000010 0 1010101 111101 100010 101010111 1001010 100110

Color Harmonies of #A81942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81942

Black with #A81942

Text Example


Text Example

White with #A81942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81942; }

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

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

background-color css

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

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

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

border-color css

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

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

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