Html Css Color HEX #A61934 Bright Red

📋 copy color: '#A61934'

red 166 ◦ green 25 ◦ blue 52

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

Shades of Bright Red #A61934

Tints of Bright Red #A61934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 68.31%
G = 10.29%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A61934 (or 0xA61934) is known color: Bright Red. HEX triplet: A6, 19 and 34. RGB value is (166,25,52). Sum of RGB (Red+Green+Blue) = 166+25+52=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A61934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61934 is #59E6CB. Grayscale: #464646. Windows color (decimal): -5891788 or 3414438. OLE color: 3414438.

HSL color Cylindrical-coordinate representation of color #A61934: hue angle of 348.51º 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 #A61934 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 52 -
CMYK 0 0.85 0.69 0.35
HSL 348.51º 0.74% 0.37% -
HSV(B) 348.51º 0.85% 0.65% -
XYZ 16.69 9.05 4.12 -
YUV 70.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 166 25 52 0 0.85 0.69 0.35 348.51 0.74 0.37
Hex A6 19 34 0 55 45 23 15D 4A 25
Octal 246 31 64 0 125 105 43 535 112 45
Binary 10100110 11001 110100 0 1010101 1000101 100011 101011101 1001010 100101

Color Harmonies of #A61934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61934

Black with #A61934

Text Example


Text Example

White with #A61934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61934; }

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

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

background-color css

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

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

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

border-color css

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

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

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