Html Css Color HEX #A81A37 Cardinal

📋 copy color: '#A81A37'

red 168 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #A81A37

Tints of Cardinal #A81A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

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

R = 67.47%
G = 10.44%
B = 22.09%

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

#A81A37 (or 0xA81A37) is known color: Cardinal. HEX triplet: A8, 1A and 37. RGB value is (168,26,55). Sum of RGB (Red+Green+Blue) = 168+26+55=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A37 is #57E5C8. Grayscale: #474747. Windows color (decimal): -5760457 or 3611304. OLE color: 3611304.

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

Color convert

RGB 168 26 55 -
CMYK 0 0.85 0.67 0.34
HSL 347.75º 0.73% 0.38% -
HSV(B) 347.75º 0.85% 0.66% -
XYZ 17.21 9.34 4.51 -
YUV 71.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 168 26 55 0 0.85 0.67 0.34 347.75 0.73 0.38
Hex A8 1A 37 0 55 43 22 15C 49 26
Octal 250 32 67 0 125 103 42 534 111 46
Binary 10101000 11010 110111 0 1010101 1000011 100010 101011100 1001001 100110

Color Harmonies of #A81A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A37

Black with #A81A37

Text Example


Text Example

White with #A81A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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