Html Css Color HEX #A81D2E Bright Red

📋 copy color: '#A81D2E'

red 168 ◦ green 29 ◦ blue 46

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

Shades of Bright Red #A81D2E

Tints of Bright Red #A81D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 69.14%
G = 11.93%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A81D2E (or 0xA81D2E) is known color: Bright Red. HEX triplet: A8, 1D and 2E. RGB value is (168,29,46). Sum of RGB (Red+Green+Blue) = 168+29+46=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81D2E is #57E2D1. Grayscale: #484848. Windows color (decimal): -5759698 or 3022248. OLE color: 3022248.

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

Color convert

RGB 168 29 46 -
CMYK 0 0.83 0.73 0.34
HSL 352.66º 0.71% 0.39% -
HSV(B) 352.66º 0.83% 0.66% -
XYZ 17.08 9.4 3.5 -
YUV 72.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 168 29 46 0 0.83 0.73 0.34 352.66 0.71 0.39
Hex A8 1D 2E 0 53 49 22 161 47 27
Octal 250 35 56 0 123 111 42 541 107 47
Binary 10101000 11101 101110 0 1010011 1001001 100010 101100001 1000111 100111

Color Harmonies of #A81D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D2E

Black with #A81D2E

Text Example


Text Example

White with #A81D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D2E; }

 p { color: rgb(168,29,46); }

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

background-color css

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

 a { background-color: rgb(168,29,46); }

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

border-color css

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

 span { border-color: rgb(168,29,46); }

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