Html Css Color HEX #A81139 Cardinal

📋 copy color: '#A81139'

red 168 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #A81139

Tints of Cardinal #A81139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 69.42%
G = 7.02%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A81139 (or 0xA81139) is known color: Cardinal. HEX triplet: A8, 11 and 39. RGB value is (168,17,57). Sum of RGB (Red+Green+Blue) = 168+17+57=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A81139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81139 is #57EEC6. Grayscale: #424242. Windows color (decimal): -5762759 or 3740072. OLE color: 3740072.

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

Color convert

RGB 168 17 57 -
CMYK 0 0.90 0.66 0.34
HSL 344.11º 0.82% 0.36% -
HSV(B) 344.11º 0.9% 0.66% -
XYZ 17.09 9.02 4.71 -
YUV 66.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 168 17 57 0 0.90 0.66 0.34 344.11 0.82 0.36
Hex A8 11 39 0 5A 42 22 158 52 24
Octal 250 21 71 0 132 102 42 530 122 44
Binary 10101000 10001 111001 0 1011010 1000010 100010 101011000 1010010 100100

Color Harmonies of #A81139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81139

Black with #A81139

Text Example


Text Example

White with #A81139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81139; }

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

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

background-color css

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

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

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

border-color css

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

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

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