Html Css Color HEX #A6253A Bright Red

📋 copy color: '#A6253A'

red 166 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #A6253A

Tints of Bright Red #A6253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 63.6%
G = 14.18%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6253A (or 0xA6253A) is known color: Bright Red. HEX triplet: A6, 25 and 3A. RGB value is (166,37,58). Sum of RGB (Red+Green+Blue) = 166+37+58=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6253A is #59DAC5. Grayscale: #4E4E4E. Windows color (decimal): -5888710 or 3810726. OLE color: 3810726.

HSL color Cylindrical-coordinate representation of color #A6253A: hue angle of 350.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6253A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 37 58 -
CMYK 0 0.78 0.65 0.35
HSL 350.23º 0.64% 0.4% -
HSV(B) 350.23º 0.78% 0.65% -
XYZ 17.15 9.74 4.98 -
YUV 77.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 166 37 58 0 0.78 0.65 0.35 350.23 0.64 0.4
Hex A6 25 3A 0 4E 41 23 15E 40 28
Octal 246 45 72 0 116 101 43 536 100 50
Binary 10100110 100101 111010 0 1001110 1000001 100011 101011110 1000000 101000

Color Harmonies of #A6253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6253A

Black with #A6253A

Text Example


Text Example

White with #A6253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6253A; }

 p { color: rgb(166,37,58); }

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

background-color css

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

 a { background-color: rgb(166,37,58); }

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

border-color css

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

 span { border-color: rgb(166,37,58); }

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