Html Css Color HEX #A61B13 Fire Brick

📋 copy color: '#A61B13'

red 166 ◦ green 27 ◦ blue 19

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

Shades of Fire Brick #A61B13

Tints of Fire Brick #A61B13

RGB

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

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

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

R = 78.3%
G = 12.74%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A61B13 (or 0xA61B13) is known color: Fire Brick. HEX triplet: A6, 1B and 13. RGB value is (166,27,19). Sum of RGB (Red+Green+Blue) = 166+27+19=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61B13 is #59E4EC. Grayscale: #434343. Windows color (decimal): -5891309 or 1252262. OLE color: 1252262.

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

Color convert

RGB 166 27 19 -
CMYK 0 0.84 0.89 0.35
HSL 3.27º 0.79% 0.36% -
HSV(B) 3.27º 0.89% 0.65% -
XYZ 16.24 8.94 1.49 -
YUV 67.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 166 27 19 0 0.84 0.89 0.35 3.27 0.79 0.36
Hex A6 1B 13 0 54 59 23 3 4F 24
Octal 246 33 23 0 124 131 43 3 117 44
Binary 10100110 11011 10011 0 1010100 1011001 100011 11 1001111 100100

Color Harmonies of #A61B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B13

Black with #A61B13

Text Example


Text Example

White with #A61B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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