Html Css Color HEX #A81642 Cardinal

📋 copy color: '#A81642'

red 168 ◦ green 22 ◦ blue 66

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

Shades of Cardinal #A81642

Tints of Cardinal #A81642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 65.63%
G = 8.59%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81642 (or 0xA81642) is known color: Cardinal. HEX triplet: A8, 16 and 42. RGB value is (168,22,66). Sum of RGB (Red+Green+Blue) = 168+22+66=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81642 is #57E9BD. Grayscale: #464646. Windows color (decimal): -5761470 or 4331176. OLE color: 4331176.

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

Color convert

RGB 168 22 66 -
CMYK 0 0.87 0.61 0.34
HSL 341.92º 0.77% 0.37% -
HSV(B) 341.92º 0.87% 0.66% -
XYZ 17.42 9.29 6.03 -
YUV 70.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 168 22 66 0 0.87 0.61 0.34 341.92 0.77 0.37
Hex A8 16 42 0 57 3D 22 156 4D 25
Octal 250 26 102 0 127 75 42 526 115 45
Binary 10101000 10110 1000010 0 1010111 111101 100010 101010110 1001101 100101

Color Harmonies of #A81642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81642

Black with #A81642

Text Example


Text Example

White with #A81642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81642; }

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

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

background-color css

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

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

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

border-color css

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

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

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