Html Css Color HEX #A81839 Cardinal

📋 copy color: '#A81839'

red 168 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #A81839

Tints of Cardinal #A81839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 67.47%
G = 9.64%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A81839 (or 0xA81839) is known color: Cardinal. HEX triplet: A8, 18 and 39. RGB value is (168,24,57). Sum of RGB (Red+Green+Blue) = 168+24+57=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A81839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81839 is #57E7C6. Grayscale: #464646. Windows color (decimal): -5760967 or 3741864. OLE color: 3741864.

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

Color convert

RGB 168 24 57 -
CMYK 0 0.86 0.66 0.34
HSL 346.25º 0.75% 0.38% -
HSV(B) 346.25º 0.86% 0.66% -
XYZ 17.21 9.27 4.75 -
YUV 70.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 168 24 57 0 0.86 0.66 0.34 346.25 0.75 0.38
Hex A8 18 39 0 56 42 22 15A 4B 26
Octal 250 30 71 0 126 102 42 532 113 46
Binary 10101000 11000 111001 0 1010110 1000010 100010 101011010 1001011 100110

Color Harmonies of #A81839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81839

Black with #A81839

Text Example


Text Example

White with #A81839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81839; }

 p { color: rgb(168,24,57); }

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

background-color css

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

 a { background-color: rgb(168,24,57); }

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

border-color css

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

 span { border-color: rgb(168,24,57); }

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