Html Css Color HEX #A81136 Cardinal

📋 copy color: '#A81136'

red 168 ◦ green 17 ◦ blue 54

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

Shades of Cardinal #A81136

Tints of Cardinal #A81136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 70.29%
G = 7.11%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A81136 (or 0xA81136) is known color: Cardinal. HEX triplet: A8, 11 and 36. RGB value is (168,17,54). Sum of RGB (Red+Green+Blue) = 168+17+54=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A81136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81136 is #57EEC9. Grayscale: #424242. Windows color (decimal): -5762762 or 3543464. OLE color: 3543464.

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

Color convert

RGB 168 17 54 -
CMYK 0 0.90 0.68 0.34
HSL 345.3º 0.82% 0.36% -
HSV(B) 345.3º 0.9% 0.66% -
XYZ 17.01 8.99 4.33 -
YUV 66.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 168 17 54 0 0.90 0.68 0.34 345.3 0.82 0.36
Hex A8 11 36 0 5A 44 22 159 52 24
Octal 250 21 66 0 132 104 42 531 122 44
Binary 10101000 10001 110110 0 1011010 1000100 100010 101011001 1010010 100100

Color Harmonies of #A81136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81136

Black with #A81136

Text Example


Text Example

White with #A81136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81136; }

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

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

background-color css

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

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

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

border-color css

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

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

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