Html Css Color HEX #A81B29 Bright Red

📋 copy color: '#A81B29'

red 168 ◦ green 27 ◦ blue 41

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

Shades of Bright Red #A81B29

Tints of Bright Red #A81B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

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

R = 71.19%
G = 11.44%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81B29 (or 0xA81B29) is known color: Bright Red. HEX triplet: A8, 1B and 29. RGB value is (168,27,41). Sum of RGB (Red+Green+Blue) = 168+27+41=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81B29 is #57E4D6. Grayscale: #464646. Windows color (decimal): -5760215 or 2694056. OLE color: 2694056.

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

Color convert

RGB 168 27 41 -
CMYK 0 0.84 0.76 0.34
HSL 354.04º 0.72% 0.38% -
HSV(B) 354.04º 0.84% 0.66% -
XYZ 16.94 9.27 2.99 -
YUV 70.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 168 27 41 0 0.84 0.76 0.34 354.04 0.72 0.38
Hex A8 1B 29 0 54 4C 22 162 48 26
Octal 250 33 51 0 124 114 42 542 110 46
Binary 10101000 11011 101001 0 1010100 1001100 100010 101100010 1001000 100110

Color Harmonies of #A81B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B29

Black with #A81B29

Text Example


Text Example

White with #A81B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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