Html Css Color HEX #A62613 Fire Brick

📋 copy color: '#A62613'

red 166 ◦ green 38 ◦ blue 19

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

Shades of Fire Brick #A62613

Tints of Fire Brick #A62613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 74.44%
G = 17.04%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62613 (or 0xA62613) is known color: Fire Brick. HEX triplet: A6, 26 and 13. RGB value is (166,38,19). Sum of RGB (Red+Green+Blue) = 166+38+19=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A62613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62613 is #59D9EC. Grayscale: #4A4A4A. Windows color (decimal): -5888493 or 1255078. OLE color: 1255078.

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

Color convert

RGB 166 38 19 -
CMYK 0 0.77 0.89 0.35
HSL 7.76º 0.79% 0.36% -
HSV(B) 7.76º 0.89% 0.65% -
XYZ 16.54 9.54 1.59 -
YUV 74.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 166 38 19 0 0.77 0.89 0.35 7.76 0.79 0.36
Hex A6 26 13 0 4D 59 23 8 4F 24
Octal 246 46 23 0 115 131 43 10 117 44
Binary 10100110 100110 10011 0 1001101 1011001 100011 1000 1001111 100100

Color Harmonies of #A62613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62613

Black with #A62613

Text Example


Text Example

White with #A62613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62613; }

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

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

background-color css

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

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

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

border-color css

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

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

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