Html Css Color HEX #A82041 Cardinal

📋 copy color: '#A82041'

red 168 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #A82041

Tints of Cardinal #A82041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 63.4%
G = 12.08%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A82041 (or 0xA82041) is known color: Cardinal. HEX triplet: A8, 20 and 41. RGB value is (168,32,65). Sum of RGB (Red+Green+Blue) = 168+32+65=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A82041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82041 is #57DFBE. Grayscale: #4C4C4C. Windows color (decimal): -5758911 or 4268200. OLE color: 4268200.

HSL color Cylindrical-coordinate representation of color #A82041: hue angle of 345.44º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82041 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 65 -
CMYK 0 0.81 0.61 0.34
HSL 345.44º 0.68% 0.39% -
HSV(B) 345.44º 0.81% 0.66% -
XYZ 17.62 9.74 5.95 -
YUV 76.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 168 32 65 0 0.81 0.61 0.34 345.44 0.68 0.39
Hex A8 20 41 0 51 3D 22 159 44 27
Octal 250 40 101 0 121 75 42 531 104 47
Binary 10101000 100000 1000001 0 1010001 111101 100010 101011001 1000100 100111

Color Harmonies of #A82041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82041

Black with #A82041

Text Example


Text Example

White with #A82041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82041; }

 p { color: rgb(168,32,65); }

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

background-color css

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

 a { background-color: rgb(168,32,65); }

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

border-color css

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

 span { border-color: rgb(168,32,65); }

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