Html Css Color HEX #A61613 Fire Brick

📋 copy color: '#A61613'

red 166 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #A61613

Tints of Fire Brick #A61613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 80.19%
G = 10.63%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A61613 (or 0xA61613) is known color: Fire Brick. HEX triplet: A6, 16 and 13. RGB value is (166,22,19). Sum of RGB (Red+Green+Blue) = 166+22+19=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A61613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61613 is #59E9EC. Grayscale: #404040. Windows color (decimal): -5892589 or 1250982. OLE color: 1250982.

HSL color Cylindrical-coordinate representation of color #A61613: hue angle of 1.22º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61613 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 19 -
CMYK 0 0.87 0.89 0.35
HSL 1.22º 0.79% 0.36% -
HSV(B) 1.22º 0.89% 0.65% -
XYZ 16.13 8.73 1.45 -
YUV 64.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 166 22 19 0 0.87 0.89 0.35 1.22 0.79 0.36
Hex A6 16 13 0 57 59 23 1 4F 24
Octal 246 26 23 0 127 131 43 1 117 44
Binary 10100110 10110 10011 0 1010111 1011001 100011 1 1001111 100100

Color Harmonies of #A61613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61613

Black with #A61613

Text Example


Text Example

White with #A61613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61613; }

 p { color: rgb(166,22,19); }

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

background-color css

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

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

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

border-color css

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

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

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