Html Css Color HEX #A61E1B Fire Brick

📋 copy color: '#A61E1B'

red 166 ◦ green 30 ◦ blue 27

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

Shades of Fire Brick #A61E1B

Tints of Fire Brick #A61E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 74.44%
G = 13.45%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A61E1B (or 0xA61E1B) is known color: Fire Brick. HEX triplet: A6, 1E and 1B. RGB value is (166,30,27). Sum of RGB (Red+Green+Blue) = 166+30+27=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E1B is #59E1E4. Grayscale: #464646. Windows color (decimal): -5890533 or 1777318. OLE color: 1777318.

HSL color Cylindrical-coordinate representation of color #A61E1B: hue angle of 1.29º degrees, saturation: 0.72, 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 #A61E1B is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 30 27 -
CMYK 0 0.82 0.84 0.35
HSL 1.29º 0.72% 0.38% -
HSV(B) 1.29º 0.84% 0.65% -
XYZ 16.39 9.11 1.93 -
YUV 70.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 166 30 27 0 0.82 0.84 0.35 1.29 0.72 0.38
Hex A6 1E 1B 0 52 54 23 1 48 26
Octal 246 36 33 0 122 124 43 1 110 46
Binary 10100110 11110 11011 0 1010010 1010100 100011 1 1001000 100110

Color Harmonies of #A61E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E1B

Black with #A61E1B

Text Example


Text Example

White with #A61E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E1B; }

 p { color: rgb(166,30,27); }

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

background-color css

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

 a { background-color: rgb(166,30,27); }

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

border-color css

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

 span { border-color: rgb(166,30,27); }

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