Html Css Color HEX #A81141 Cardinal

📋 copy color: '#A81141'

red 168 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #A81141

Tints of Cardinal #A81141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 67.2%
G = 6.8%
B = 26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81141 (or 0xA81141) is known color: Cardinal. HEX triplet: A8, 11 and 41. RGB value is (168,17,65). Sum of RGB (Red+Green+Blue) = 168+17+65=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A81141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81141 is #57EEBE. Grayscale: #434343. Windows color (decimal): -5762751 or 4264360. OLE color: 4264360.

HSL color Cylindrical-coordinate representation of color #A81141: hue angle of 340.93º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81141 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 65 -
CMYK 0 0.90 0.61 0.34
HSL 340.93º 0.82% 0.36% -
HSV(B) 340.93º 0.9% 0.66% -
XYZ 17.3 9.11 5.85 -
YUV 67.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 168 17 65 0 0.90 0.61 0.34 340.93 0.82 0.36
Hex A8 11 41 0 5A 3D 22 155 52 24
Octal 250 21 101 0 132 75 42 525 122 44
Binary 10101000 10001 1000001 0 1011010 111101 100010 101010101 1010010 100100

Color Harmonies of #A81141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81141

Black with #A81141

Text Example


Text Example

White with #A81141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81141; }

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

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

background-color css

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

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

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

border-color css

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

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

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