Html Css Color HEX #A61F2D Bright Red

📋 copy color: '#A61F2D'

red 166 ◦ green 31 ◦ blue 45

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

Shades of Bright Red #A61F2D

Tints of Bright Red #A61F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 68.6%
G = 12.81%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A61F2D (or 0xA61F2D) is known color: Bright Red. HEX triplet: A6, 1F and 2D. RGB value is (166,31,45). Sum of RGB (Red+Green+Blue) = 166+31+45=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F2D is #59E0D2. Grayscale: #494949. Windows color (decimal): -5890259 or 2957222. OLE color: 2957222.

HSL color Cylindrical-coordinate representation of color #A61F2D: hue angle of 353.78º 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 #A61F2D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 31 45 -
CMYK 0 0.81 0.73 0.35
HSL 353.78º 0.69% 0.39% -
HSV(B) 353.78º 0.81% 0.65% -
XYZ 16.69 9.28 3.39 -
YUV 72.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 166 31 45 0 0.81 0.73 0.35 353.78 0.69 0.39
Hex A6 1F 2D 0 51 49 23 162 45 27
Octal 246 37 55 0 121 111 43 542 105 47
Binary 10100110 11111 101101 0 1010001 1001001 100011 101100010 1000101 100111

Color Harmonies of #A61F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F2D

Black with #A61F2D

Text Example


Text Example

White with #A61F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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