Html Css Color HEX #A61938 Bright Red

📋 copy color: '#A61938'

red 166 ◦ green 25 ◦ blue 56

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

Shades of Bright Red #A61938

Tints of Bright Red #A61938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.67%

R = 67.21%
G = 10.12%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A61938 (or 0xA61938) is known color: Bright Red. HEX triplet: A6, 19 and 38. RGB value is (166,25,56). Sum of RGB (Red+Green+Blue) = 166+25+56=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A61938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61938 is #59E6C7. Grayscale: #464646. Windows color (decimal): -5891784 or 3676582. OLE color: 3676582.

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

Color convert

RGB 166 25 56 -
CMYK 0 0.85 0.66 0.35
HSL 346.81º 0.74% 0.37% -
HSV(B) 346.81º 0.85% 0.65% -
XYZ 16.79 9.09 4.61 -
YUV 70.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 166 25 56 0 0.85 0.66 0.35 346.81 0.74 0.37
Hex A6 19 38 0 55 42 23 15B 4A 25
Octal 246 31 70 0 125 102 43 533 112 45
Binary 10100110 11001 111000 0 1010101 1000010 100011 101011011 1001010 100101

Color Harmonies of #A61938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61938

Black with #A61938

Text Example


Text Example

White with #A61938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61938; }

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

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

background-color css

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

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

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

border-color css

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

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

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