Html Css Color HEX #A61D0B Fire Brick

📋 copy color: '#A61D0B'

red 166 ◦ green 29 ◦ blue 11

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

Shades of Fire Brick #A61D0B

Tints of Fire Brick #A61D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 80.58%
G = 14.08%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A61D0B (or 0xA61D0B) is known color: Fire Brick. HEX triplet: A6, 1D and 0B. RGB value is (166,29,11). Sum of RGB (Red+Green+Blue) = 166+29+11=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D0B is #59E2F4. Grayscale: #444444. Windows color (decimal): -5890805 or 728486. OLE color: 728486.

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

Color convert

RGB 166 29 11 -
CMYK 0 0.83 0.93 0.35
HSL 6.97º 0.88% 0.35% -
HSV(B) 6.97º 0.93% 0.65% -
XYZ 16.23 9.01 1.2 -
YUV 67.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 166 29 11 0 0.83 0.93 0.35 6.97 0.88 0.35
Hex A6 1D B 0 53 5D 23 7 58 23
Octal 246 35 13 0 123 135 43 7 130 43
Binary 10100110 11101 1011 0 1010011 1011101 100011 111 1011000 100011

Color Harmonies of #A61D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D0B

Black with #A61D0B

Text Example


Text Example

White with #A61D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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