Html Css Color HEX #A81937 Cardinal

📋 copy color: '#A81937'

red 168 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #A81937

Tints of Cardinal #A81937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

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

R = 67.74%
G = 10.08%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A81937 (or 0xA81937) is known color: Cardinal. HEX triplet: A8, 19 and 37. RGB value is (168,25,55). Sum of RGB (Red+Green+Blue) = 168+25+55=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A81937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81937 is #57E6C8. Grayscale: #474747. Windows color (decimal): -5760713 or 3611048. OLE color: 3611048.

HSL color Cylindrical-coordinate representation of color #A81937: hue angle of 347.41º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81937 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 55 -
CMYK 0 0.85 0.67 0.34
HSL 347.41º 0.74% 0.38% -
HSV(B) 347.41º 0.85% 0.66% -
XYZ 17.19 9.3 4.5 -
YUV 71.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 168 25 55 0 0.85 0.67 0.34 347.41 0.74 0.38
Hex A8 19 37 0 55 43 22 15B 4A 26
Octal 250 31 67 0 125 103 42 533 112 46
Binary 10101000 11001 110111 0 1010101 1000011 100010 101011011 1001010 100110

Color Harmonies of #A81937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81937

Black with #A81937

Text Example


Text Example

White with #A81937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81937; }

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

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

background-color css

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

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

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

border-color css

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

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

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