Html Css Color HEX #A61E2D Bright Red

📋 copy color: '#A61E2D'

red 166 ◦ green 30 ◦ blue 45

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

Shades of Bright Red #A61E2D

Tints of Bright Red #A61E2D

RGB

 RED value IS 166 (65.23% from 255) = 68.88%

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 68.88%
G = 12.45%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A61E2D (or 0xA61E2D) is known color: Bright Red. HEX triplet: A6, 1E and 2D. RGB value is (166,30,45). Sum of RGB (Red+Green+Blue) = 166+30+45=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E2D is #59E1D2. Grayscale: #484848. Windows color (decimal): -5890515 or 2956966. OLE color: 2956966.

HSL color Cylindrical-coordinate representation of color #A61E2D: hue angle of 353.38º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E2D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 30 45 -
CMYK 0 0.82 0.73 0.35
HSL 353.38º 0.69% 0.38% -
HSV(B) 353.38º 0.82% 0.65% -
XYZ 16.66 9.22 3.38 -
YUV 72.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 166 30 45 0 0.82 0.73 0.35 353.38 0.69 0.38
Hex A6 1E 2D 0 52 49 23 161 45 26
Octal 246 36 55 0 122 111 43 541 105 46
Binary 10100110 11110 101101 0 1010010 1001001 100011 101100001 1000101 100110

Color Harmonies of #A61E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E2D

Black with #A61E2D

Text Example


Text Example

White with #A61E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E2D; }

 p { color: rgb(166,30,45); }

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

background-color css

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

 a { background-color: rgb(166,30,45); }

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

border-color css

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

 span { border-color: rgb(166,30,45); }

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