Html Css Color HEX #A62313 Fire Brick

📋 copy color: '#A62313'

red 166 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #A62313

Tints of Fire Brick #A62313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 75.45%
G = 15.91%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62313 (or 0xA62313) is known color: Fire Brick. HEX triplet: A6, 23 and 13. RGB value is (166,35,19). Sum of RGB (Red+Green+Blue) = 166+35+19=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A62313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62313 is #59DCEC. Grayscale: #484848. Windows color (decimal): -5889261 or 1254310. OLE color: 1254310.

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

Color convert

RGB 166 35 19 -
CMYK 0 0.79 0.89 0.35
HSL 6.53º 0.79% 0.36% -
HSV(B) 6.53º 0.89% 0.65% -
XYZ 16.44 9.36 1.56 -
YUV 72.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 166 35 19 0 0.79 0.89 0.35 6.53 0.79 0.36
Hex A6 23 13 0 4F 59 23 7 4F 24
Octal 246 43 23 0 117 131 43 7 117 44
Binary 10100110 100011 10011 0 1001111 1011001 100011 111 1001111 100100

Color Harmonies of #A62313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62313

Black with #A62313

Text Example


Text Example

White with #A62313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62313; }

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

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

background-color css

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

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

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

border-color css

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

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

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