Html Css Color HEX #A61735 Bright Red

📋 copy color: '#A61735'

red 166 ◦ green 23 ◦ blue 53

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

Shades of Bright Red #A61735

Tints of Bright Red #A61735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 68.6%
G = 9.5%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A61735 (or 0xA61735) is known color: Bright Red. HEX triplet: A6, 17 and 35. RGB value is (166,23,53). Sum of RGB (Red+Green+Blue) = 166+23+53=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61735 is #59E8CA. Grayscale: #454545. Windows color (decimal): -5892299 or 3479462. OLE color: 3479462.

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

Color convert

RGB 166 23 53 -
CMYK 0 0.86 0.68 0.35
HSL 347.41º 0.76% 0.37% -
HSV(B) 347.41º 0.86% 0.65% -
XYZ 16.67 8.98 4.22 -
YUV 69.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 166 23 53 0 0.86 0.68 0.35 347.41 0.76 0.37
Hex A6 17 35 0 56 44 23 15B 4C 25
Octal 246 27 65 0 126 104 43 533 114 45
Binary 10100110 10111 110101 0 1010110 1000100 100011 101011011 1001100 100101

Color Harmonies of #A61735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61735

Black with #A61735

Text Example


Text Example

White with #A61735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61735; }

 p { color: rgb(166,23,53); }

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

background-color css

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

 a { background-color: rgb(166,23,53); }

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

border-color css

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

 span { border-color: rgb(166,23,53); }

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