Html Css Color HEX #A61C0B Fire Brick

📋 copy color: '#A61C0B'

red 166 ◦ green 28 ◦ blue 11

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

Shades of Fire Brick #A61C0B

Tints of Fire Brick #A61C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 80.98%
G = 13.66%
B = 5.37%

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

#A61C0B (or 0xA61C0B) is known color: Fire Brick. HEX triplet: A6, 1C and 0B. RGB value is (166,28,11). Sum of RGB (Red+Green+Blue) = 166+28+11=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61C0B is #59E3F4. Grayscale: #434343. Windows color (decimal): -5891061 or 728230. OLE color: 728230.

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

Color convert

RGB 166 28 11 -
CMYK 0 0.83 0.93 0.35
HSL 6.58º 0.88% 0.35% -
HSV(B) 6.58º 0.93% 0.65% -
XYZ 16.2 8.96 1.19 -
YUV 67.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 166 28 11 0 0.83 0.93 0.35 6.58 0.88 0.35
Hex A6 1C B 0 53 5D 23 7 58 23
Octal 246 34 13 0 123 135 43 7 130 43
Binary 10100110 11100 1011 0 1010011 1011101 100011 111 1011000 100011

Color Harmonies of #A61C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C0B

Black with #A61C0B

Text Example


Text Example

White with #A61C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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