Html Css Color HEX #A61B1B Fire Brick

📋 copy color: '#A61B1B'

red 166 ◦ green 27 ◦ blue 27

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

Shades of Fire Brick #A61B1B

Tints of Fire Brick #A61B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

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

R = 75.45%
G = 12.27%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A61B1B (or 0xA61B1B) is known color: Fire Brick. HEX triplet: A6, 1B and 1B. RGB value is (166,27,27). Sum of RGB (Red+Green+Blue) = 166+27+27=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61B1B is #59E4E4. Grayscale: #444444. Windows color (decimal): -5891301 or 1776550. OLE color: 1776550.

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

Color convert

RGB 166 27 27 -
CMYK 0 0.84 0.84 0.35
HSL 0.72% 0.38% -
HSV(B) 0.84% 0.65% -
XYZ 16.32 8.97 1.91 -
YUV 68.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 166 27 27 0 0.84 0.84 0.35 0 0.72 0.38
Hex A6 1B 1B 0 54 54 23 0 48 26
Octal 246 33 33 0 124 124 43 0 110 46
Binary 10100110 11011 11011 0 1010100 1010100 100011 0 1001000 100110

Color Harmonies of #A61B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B1B

Black with #A61B1B

Text Example


Text Example

White with #A61B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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