Html Css Color HEX #A61C3B Bright Red

📋 copy color: '#A61C3B'

red 166 ◦ green 28 ◦ blue 59

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

Shades of Bright Red #A61C3B

Tints of Bright Red #A61C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 65.61%
G = 11.07%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A61C3B (or 0xA61C3B) is known color: Bright Red. HEX triplet: A6, 1C and 3B. RGB value is (166,28,59). Sum of RGB (Red+Green+Blue) = 166+28+59=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C3B is #59E3C4. Grayscale: #484848. Windows color (decimal): -5891013 or 3873958. OLE color: 3873958.

HSL color Cylindrical-coordinate representation of color #A61C3B: hue angle of 346.52º degrees, saturation: 0.71, 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 #A61C3B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 28 59 -
CMYK 0 0.83 0.64 0.35
HSL 346.52º 0.71% 0.38% -
HSV(B) 346.52º 0.83% 0.65% -
XYZ 16.93 9.25 5.03 -
YUV 72.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 166 28 59 0 0.83 0.64 0.35 346.52 0.71 0.38
Hex A6 1C 3B 0 53 40 23 15B 47 26
Octal 246 34 73 0 123 100 43 533 107 46
Binary 10100110 11100 111011 0 1010011 1000000 100011 101011011 1000111 100110

Color Harmonies of #A61C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C3B

Black with #A61C3B

Text Example


Text Example

White with #A61C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C3B; }

 p { color: rgb(166,28,59); }

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

background-color css

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

 a { background-color: rgb(166,28,59); }

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

border-color css

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

 span { border-color: rgb(166,28,59); }

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