Html Css Color HEX #A81938 Cardinal

📋 copy color: '#A81938'

red 168 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #A81938

Tints of Cardinal #A81938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 67.47%
G = 10.04%
B = 22.49%

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

#A81938 (or 0xA81938) is known color: Cardinal. HEX triplet: A8, 19 and 38. RGB value is (168,25,56). Sum of RGB (Red+Green+Blue) = 168+25+56=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A81938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81938 is #57E6C7. Grayscale: #474747. Windows color (decimal): -5760712 or 3676584. OLE color: 3676584.

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

Color convert

RGB 168 25 56 -
CMYK 0 0.85 0.67 0.34
HSL 346.99º 0.74% 0.38% -
HSV(B) 346.99º 0.85% 0.66% -
XYZ 17.21 9.31 4.63 -
YUV 71.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 168 25 56 0 0.85 0.67 0.34 346.99 0.74 0.38
Hex A8 19 38 0 55 43 22 15B 4A 26
Octal 250 31 70 0 125 103 42 533 112 46
Binary 10101000 11001 111000 0 1010101 1000011 100010 101011011 1001010 100110

Color Harmonies of #A81938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81938

Black with #A81938

Text Example


Text Example

White with #A81938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81938; }

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

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

background-color css

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

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

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

border-color css

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

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

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