Html Css Color HEX #A81842 Cardinal

📋 copy color: '#A81842'

red 168 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #A81842

Tints of Cardinal #A81842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 65.12%
G = 9.3%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81842 (or 0xA81842) is known color: Cardinal. HEX triplet: A8, 18 and 42. RGB value is (168,24,66). Sum of RGB (Red+Green+Blue) = 168+24+66=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A81842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81842 is #57E7BD. Grayscale: #474747. Windows color (decimal): -5760958 or 4331688. OLE color: 4331688.

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

Color convert

RGB 168 24 66 -
CMYK 0 0.86 0.61 0.34
HSL 342.5º 0.75% 0.38% -
HSV(B) 342.5º 0.86% 0.66% -
XYZ 17.46 9.37 6.04 -
YUV 71.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 168 24 66 0 0.86 0.61 0.34 342.5 0.75 0.38
Hex A8 18 42 0 56 3D 22 156 4B 26
Octal 250 30 102 0 126 75 42 526 113 46
Binary 10101000 11000 1000010 0 1010110 111101 100010 101010110 1001011 100110

Color Harmonies of #A81842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81842

Black with #A81842

Text Example


Text Example

White with #A81842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81842; }

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

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

background-color css

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

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

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

border-color css

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

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

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