Html Css Color HEX #A81641 Cardinal

📋 copy color: '#A81641'

red 168 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #A81641

Tints of Cardinal #A81641

RGB

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

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

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

R = 65.88%
G = 8.63%
B = 25.49%

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

#A81641 (or 0xA81641) is known color: Cardinal. HEX triplet: A8, 16 and 41. RGB value is (168,22,65). Sum of RGB (Red+Green+Blue) = 168+22+65=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81641 is #57E9BE. Grayscale: #464646. Windows color (decimal): -5761471 or 4265640. OLE color: 4265640.

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

Color convert

RGB 168 22 65 -
CMYK 0 0.87 0.61 0.34
HSL 342.33º 0.77% 0.37% -
HSV(B) 342.33º 0.87% 0.66% -
XYZ 17.39 9.28 5.88 -
YUV 70.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 168 22 65 0 0.87 0.61 0.34 342.33 0.77 0.37
Hex A8 16 41 0 57 3D 22 156 4D 25
Octal 250 26 101 0 127 75 42 526 115 45
Binary 10101000 10110 1000001 0 1010111 111101 100010 101010110 1001101 100101

Color Harmonies of #A81641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81641

Black with #A81641

Text Example


Text Example

White with #A81641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81641; }

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

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

background-color css

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

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

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

border-color css

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

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

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