Html Css Color HEX #A61F1C Fire Brick

📋 copy color: '#A61F1C'

red 166 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #A61F1C

Tints of Fire Brick #A61F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 73.78%
G = 13.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A61F1C (or 0xA61F1C) is known color: Fire Brick. HEX triplet: A6, 1F and 1C. RGB value is (166,31,28). Sum of RGB (Red+Green+Blue) = 166+31+28=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F1C is #59E0E3. Grayscale: #474747. Windows color (decimal): -5890276 or 1843110. OLE color: 1843110.

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

Color convert

RGB 166 31 28 -
CMYK 0 0.81 0.83 0.35
HSL 1.3º 0.71% 0.38% -
HSV(B) 1.3º 0.83% 0.65% -
XYZ 16.43 9.17 2 -
YUV 71.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 166 31 28 0 0.81 0.83 0.35 1.3 0.71 0.38
Hex A6 1F 1C 0 51 53 23 1 47 26
Octal 246 37 34 0 121 123 43 1 107 46
Binary 10100110 11111 11100 0 1010001 1010011 100011 1 1000111 100110

Color Harmonies of #A61F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F1C

Black with #A61F1C

Text Example


Text Example

White with #A61F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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