Html Css Color HEX #A61D32 Bright Red

📋 copy color: '#A61D32'

red 166 ◦ green 29 ◦ blue 50

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

Shades of Bright Red #A61D32

Tints of Bright Red #A61D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 67.76%
G = 11.84%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A61D32 (or 0xA61D32) is known color: Bright Red. HEX triplet: A6, 1D and 32. RGB value is (166,29,50). Sum of RGB (Red+Green+Blue) = 166+29+50=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D32 is #59E2CD. Grayscale: #484848. Windows color (decimal): -5890766 or 3284390. OLE color: 3284390.

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

Color convert

RGB 166 29 50 -
CMYK 0 0.83 0.70 0.35
HSL 350.8º 0.7% 0.38% -
HSV(B) 350.8º 0.83% 0.65% -
XYZ 16.74 9.22 3.91 -
YUV 72.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 166 29 50 0 0.83 0.70 0.35 350.8 0.7 0.38
Hex A6 1D 32 0 53 46 23 15F 46 26
Octal 246 35 62 0 123 106 43 537 106 46
Binary 10100110 11101 110010 0 1010011 1000110 100011 101011111 1000110 100110

Color Harmonies of #A61D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D32

Black with #A61D32

Text Example


Text Example

White with #A61D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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