Html Css Color HEX #A62414 Fire Brick

📋 copy color: '#A62414'

red 166 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #A62414

Tints of Fire Brick #A62414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 74.77%
G = 16.22%
B = 9.01%

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

#A62414 (or 0xA62414) is known color: Fire Brick. HEX triplet: A6, 24 and 14. RGB value is (166,36,20). Sum of RGB (Red+Green+Blue) = 166+36+20=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A62414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62414 is #59DBEB. Grayscale: #494949. Windows color (decimal): -5889004 or 1320102. OLE color: 1320102.

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

Color convert

RGB 166 36 20 -
CMYK 0 0.78 0.88 0.35
HSL 6.58º 0.78% 0.36% -
HSV(B) 6.58º 0.88% 0.65% -
XYZ 16.48 9.42 1.61 -
YUV 73.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 166 36 20 0 0.78 0.88 0.35 6.58 0.78 0.36
Hex A6 24 14 0 4E 58 23 7 4E 24
Octal 246 44 24 0 116 130 43 7 116 44
Binary 10100110 100100 10100 0 1001110 1011000 100011 111 1001110 100100

Color Harmonies of #A62414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62414

Black with #A62414

Text Example


Text Example

White with #A62414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62414; }

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

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

background-color css

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

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

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

border-color css

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

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

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