Html Css Color HEX #A61630 Bright Red

📋 copy color: '#A61630'

red 166 ◦ green 22 ◦ blue 48

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

Shades of Bright Red #A61630

Tints of Bright Red #A61630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 70.34%
G = 9.32%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A61630 (or 0xA61630) is known color: Bright Red. HEX triplet: A6, 16 and 30. RGB value is (166,22,48). Sum of RGB (Red+Green+Blue) = 166+22+48=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A61630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61630 is #59E9CF. Grayscale: #444444. Windows color (decimal): -5892560 or 3151526. OLE color: 3151526.

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

Color convert

RGB 166 22 48 -
CMYK 0 0.87 0.71 0.35
HSL 349.17º 0.77% 0.37% -
HSV(B) 349.17º 0.87% 0.65% -
XYZ 16.55 8.89 3.64 -
YUV 68.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 166 22 48 0 0.87 0.71 0.35 349.17 0.77 0.37
Hex A6 16 30 0 57 47 23 15D 4D 25
Octal 246 26 60 0 127 107 43 535 115 45
Binary 10100110 10110 110000 0 1010111 1000111 100011 101011101 1001101 100101

Color Harmonies of #A61630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61630

Black with #A61630

Text Example


Text Example

White with #A61630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61630; }

 p { color: rgb(166,22,48); }

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

background-color css

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

 a { background-color: rgb(166,22,48); }

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

border-color css

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

 span { border-color: rgb(166,22,48); }

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