Html Css Color HEX #A61D1A Fire Brick

📋 copy color: '#A61D1A'

red 166 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #A61D1A

Tints of Fire Brick #A61D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 75.11%
G = 13.12%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A61D1A (or 0xA61D1A) is known color: Fire Brick. HEX triplet: A6, 1D and 1A. RGB value is (166,29,26). Sum of RGB (Red+Green+Blue) = 166+29+26=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D1A is #59E2E5. Grayscale: #454545. Windows color (decimal): -5890790 or 1711526. OLE color: 1711526.

HSL color Cylindrical-coordinate representation of color #A61D1A: hue angle of 1.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61D1A is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 26 -
CMYK 0 0.83 0.84 0.35
HSL 1.29º 0.73% 0.38% -
HSV(B) 1.29º 0.84% 0.65% -
XYZ 16.35 9.06 1.86 -
YUV 69.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 166 29 26 0 0.83 0.84 0.35 1.29 0.73 0.38
Hex A6 1D 1A 0 53 54 23 1 49 26
Octal 246 35 32 0 123 124 43 1 111 46
Binary 10100110 11101 11010 0 1010011 1010100 100011 1 1001001 100110

Color Harmonies of #A61D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D1A

Black with #A61D1A

Text Example


Text Example

White with #A61D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D1A; }

 p { color: rgb(166,29,26); }

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

background-color css

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

 a { background-color: rgb(166,29,26); }

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

border-color css

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

 span { border-color: rgb(166,29,26); }

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