Html Css Color HEX #A81935 Cardinal

📋 copy color: '#A81935'

red 168 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #A81935

Tints of Cardinal #A81935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 68.29%
G = 10.16%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A81935 (or 0xA81935) is known color: Cardinal. HEX triplet: A8, 19 and 35. RGB value is (168,25,53). Sum of RGB (Red+Green+Blue) = 168+25+53=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A81935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81935 is #57E6CA. Grayscale: #464646. Windows color (decimal): -5760715 or 3479976. OLE color: 3479976.

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

Color convert

RGB 168 25 53 -
CMYK 0 0.85 0.68 0.34
HSL 348.25º 0.74% 0.38% -
HSV(B) 348.25º 0.85% 0.66% -
XYZ 17.14 9.28 4.26 -
YUV 70.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 168 25 53 0 0.85 0.68 0.34 348.25 0.74 0.38
Hex A8 19 35 0 55 44 22 15C 4A 26
Octal 250 31 65 0 125 104 42 534 112 46
Binary 10101000 11001 110101 0 1010101 1000100 100010 101011100 1001010 100110

Color Harmonies of #A81935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81935

Black with #A81935

Text Example


Text Example

White with #A81935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81935; }

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

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

background-color css

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

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

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

border-color css

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

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

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