Html Css Color HEX #A62C12 Fire Brick

📋 copy color: '#A62C12'

red 166 ◦ green 44 ◦ blue 18

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

Shades of Fire Brick #A62C12

Tints of Fire Brick #A62C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 72.81%
G = 19.3%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62C12 (or 0xA62C12) is known color: Fire Brick. HEX triplet: A6, 2C and 12. RGB value is (166,44,18). Sum of RGB (Red+Green+Blue) = 166+44+18=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C12 is #59D3ED. Grayscale: #4D4D4D. Windows color (decimal): -5886958 or 1191078. OLE color: 1191078.

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

Color convert

RGB 166 44 18 -
CMYK 0 0.73 0.89 0.35
HSL 10.54º 0.8% 0.36% -
HSV(B) 10.54º 0.89% 0.65% -
XYZ 16.74 9.95 1.61 -
YUV 77.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 166 44 18 0 0.73 0.89 0.35 10.54 0.8 0.36
Hex A6 2C 12 0 49 59 23 B 50 24
Octal 246 54 22 0 111 131 43 13 120 44
Binary 10100110 101100 10010 0 1001001 1011001 100011 1011 1010000 100100

Color Harmonies of #A62C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C12

Black with #A62C12

Text Example


Text Example

White with #A62C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C12; }

 p { color: rgb(166,44,18); }

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

background-color css

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

 a { background-color: rgb(166,44,18); }

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

border-color css

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

 span { border-color: rgb(166,44,18); }

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