Html Css Color HEX #A61932 Bright Red

📋 copy color: '#A61932'

red 166 ◦ green 25 ◦ blue 50

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

Shades of Bright Red #A61932

Tints of Bright Red #A61932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 68.88%
G = 10.37%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A61932 (or 0xA61932) is known color: Bright Red. HEX triplet: A6, 19 and 32. RGB value is (166,25,50). Sum of RGB (Red+Green+Blue) = 166+25+50=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61932 is #59E6CD. Grayscale: #464646. Windows color (decimal): -5891790 or 3283366. OLE color: 3283366.

HSL color Cylindrical-coordinate representation of color #A61932: hue angle of 349.36º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61932 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 50 -
CMYK 0 0.85 0.70 0.35
HSL 349.36º 0.74% 0.37% -
HSV(B) 349.36º 0.85% 0.65% -
XYZ 16.65 9.03 3.88 -
YUV 70.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 166 25 50 0 0.85 0.70 0.35 349.36 0.74 0.37
Hex A6 19 32 0 55 46 23 15D 4A 25
Octal 246 31 62 0 125 106 43 535 112 45
Binary 10100110 11001 110010 0 1010101 1000110 100011 101011101 1001010 100101

Color Harmonies of #A61932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61932

Black with #A61932

Text Example


Text Example

White with #A61932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61932; }

 p { color: rgb(166,25,50); }

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

background-color css

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

 a { background-color: rgb(166,25,50); }

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

border-color css

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

 span { border-color: rgb(166,25,50); }

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