Html Css Color HEX #A81829 Bright Red

📋 copy color: '#A81829'

red 168 ◦ green 24 ◦ blue 41

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

Shades of Bright Red #A81829

Tints of Bright Red #A81829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 72.1%
G = 10.3%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81829 (or 0xA81829) is known color: Bright Red. HEX triplet: A8, 18 and 29. RGB value is (168,24,41). Sum of RGB (Red+Green+Blue) = 168+24+41=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A81829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81829 is #57E7D6. Grayscale: #454545. Windows color (decimal): -5760983 or 2693288. OLE color: 2693288.

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

Color convert

RGB 168 24 41 -
CMYK 0 0.86 0.76 0.34
HSL 352.92º 0.75% 0.38% -
HSV(B) 352.92º 0.86% 0.66% -
XYZ 16.88 9.14 2.97 -
YUV 68.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 168 24 41 0 0.86 0.76 0.34 352.92 0.75 0.38
Hex A8 18 29 0 56 4C 22 161 4B 26
Octal 250 30 51 0 126 114 42 541 113 46
Binary 10101000 11000 101001 0 1010110 1001100 100010 101100001 1001011 100110

Color Harmonies of #A81829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81829

Black with #A81829

Text Example


Text Example

White with #A81829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81829; }

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

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

background-color css

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

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

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

border-color css

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

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

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