Html Css Color HEX #A61F3C Bright Red

📋 copy color: '#A61F3C'

red 166 ◦ green 31 ◦ blue 60

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

Shades of Bright Red #A61F3C

Tints of Bright Red #A61F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.06%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 64.59%
G = 12.06%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A61F3C (or 0xA61F3C) is known color: Bright Red. HEX triplet: A6, 1F and 3C. RGB value is (166,31,60). Sum of RGB (Red+Green+Blue) = 166+31+60=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F3C is #59E0C3. Grayscale: #4A4A4A. Windows color (decimal): -5890244 or 3940262. OLE color: 3940262.

HSL color Cylindrical-coordinate representation of color #A61F3C: hue angle of 347.11º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F3C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 31 60 -
CMYK 0 0.81 0.64 0.35
HSL 347.11º 0.69% 0.39% -
HSV(B) 347.11º 0.81% 0.65% -
XYZ 17.03 9.41 5.19 -
YUV 74.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 166 31 60 0 0.81 0.64 0.35 347.11 0.69 0.39
Hex A6 1F 3C 0 51 40 23 15B 45 27
Octal 246 37 74 0 121 100 43 533 105 47
Binary 10100110 11111 111100 0 1010001 1000000 100011 101011011 1000101 100111

Color Harmonies of #A61F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F3C

Black with #A61F3C

Text Example


Text Example

White with #A61F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F3C; }

 p { color: rgb(166,31,60); }

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

background-color css

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

 a { background-color: rgb(166,31,60); }

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

border-color css

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

 span { border-color: rgb(166,31,60); }

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