Html Css Color HEX #A62314 Fire Brick

📋 copy color: '#A62314'

red 166 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #A62314

Tints of Fire Brick #A62314

RGB

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

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

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

R = 75.11%
G = 15.84%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A62314 (or 0xA62314) is known color: Fire Brick. HEX triplet: A6, 23 and 14. RGB value is (166,35,20). Sum of RGB (Red+Green+Blue) = 166+35+20=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62314 is #59DCEB. Grayscale: #484848. Windows color (decimal): -5889260 or 1319846. OLE color: 1319846.

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

Color convert

RGB 166 35 20 -
CMYK 0 0.79 0.88 0.35
HSL 6.16º 0.78% 0.36% -
HSV(B) 6.16º 0.88% 0.65% -
XYZ 16.45 9.36 1.6 -
YUV 72.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 166 35 20 0 0.79 0.88 0.35 6.16 0.78 0.36
Hex A6 23 14 0 4F 58 23 6 4E 24
Octal 246 43 24 0 117 130 43 6 116 44
Binary 10100110 100011 10100 0 1001111 1011000 100011 110 1001110 100100

Color Harmonies of #A62314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62314

Black with #A62314

Text Example


Text Example

White with #A62314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62314; }

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

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

background-color css

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

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

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

border-color css

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

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

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