Html Css Color HEX #A62514 Fire Brick

📋 copy color: '#A62514'

red 166 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #A62514

Tints of Fire Brick #A62514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 74.44%
G = 16.59%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A62514 (or 0xA62514) is known color: Fire Brick. HEX triplet: A6, 25 and 14. RGB value is (166,37,20). Sum of RGB (Red+Green+Blue) = 166+37+20=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A62514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62514 is #59DAEB. Grayscale: #494949. Windows color (decimal): -5888748 or 1320358. OLE color: 1320358.

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

Color convert

RGB 166 37 20 -
CMYK 0 0.78 0.88 0.35
HSL 6.99º 0.78% 0.36% -
HSV(B) 6.99º 0.88% 0.65% -
XYZ 16.51 9.48 1.62 -
YUV 73.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 166 37 20 0 0.78 0.88 0.35 6.99 0.78 0.36
Hex A6 25 14 0 4E 58 23 7 4E 24
Octal 246 45 24 0 116 130 43 7 116 44
Binary 10100110 100101 10100 0 1001110 1011000 100011 111 1001110 100100

Color Harmonies of #A62514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62514

Black with #A62514

Text Example


Text Example

White with #A62514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62514; }

 p { color: rgb(166,37,20); }

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

background-color css

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

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

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

border-color css

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

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

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