Html Css Color HEX #A61F30 Bright Red

📋 copy color: '#A61F30'

red 166 ◦ green 31 ◦ blue 48

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

Shades of Bright Red #A61F30

Tints of Bright Red #A61F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 67.76%
G = 12.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A61F30 (or 0xA61F30) is known color: Bright Red. HEX triplet: A6, 1F and 30. RGB value is (166,31,48). Sum of RGB (Red+Green+Blue) = 166+31+48=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F30 is #59E0CF. Grayscale: #494949. Windows color (decimal): -5890256 or 3153830. OLE color: 3153830.

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

Color convert

RGB 166 31 48 -
CMYK 0 0.81 0.71 0.35
HSL 352.44º 0.69% 0.39% -
HSV(B) 352.44º 0.81% 0.65% -
XYZ 16.75 9.3 3.71 -
YUV 73.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 166 31 48 0 0.81 0.71 0.35 352.44 0.69 0.39
Hex A6 1F 30 0 51 47 23 160 45 27
Octal 246 37 60 0 121 107 43 540 105 47
Binary 10100110 11111 110000 0 1010001 1000111 100011 101100000 1000101 100111

Color Harmonies of #A61F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F30

Black with #A61F30

Text Example


Text Example

White with #A61F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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