Html Css Color HEX #A81137 Cardinal

📋 copy color: '#A81137'

red 168 ◦ green 17 ◦ blue 55

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

Shades of Cardinal #A81137

Tints of Cardinal #A81137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 70%
G = 7.08%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A81137 (or 0xA81137) is known color: Cardinal. HEX triplet: A8, 11 and 37. RGB value is (168,17,55). Sum of RGB (Red+Green+Blue) = 168+17+55=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A81137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81137 is #57EEC8. Grayscale: #424242. Windows color (decimal): -5762761 or 3609000. OLE color: 3609000.

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

Color convert

RGB 168 17 55 -
CMYK 0 0.90 0.67 0.34
HSL 344.9º 0.82% 0.36% -
HSV(B) 344.9º 0.9% 0.66% -
XYZ 17.04 9 4.45 -
YUV 66.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 168 17 55 0 0.90 0.67 0.34 344.9 0.82 0.36
Hex A8 11 37 0 5A 43 22 159 52 24
Octal 250 21 67 0 132 103 42 531 122 44
Binary 10101000 10001 110111 0 1011010 1000011 100010 101011001 1010010 100100

Color Harmonies of #A81137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81137

Black with #A81137

Text Example


Text Example

White with #A81137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81137; }

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

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

background-color css

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

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

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

border-color css

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

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

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