Html Css Color HEX #A62512 Fire Brick

📋 copy color: '#A62512'

red 166 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #A62512

Tints of Fire Brick #A62512

RGB

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

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

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

R = 75.11%
G = 16.74%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62512 (or 0xA62512) is known color: Fire Brick. HEX triplet: A6, 25 and 12. RGB value is (166,37,18). Sum of RGB (Red+Green+Blue) = 166+37+18=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62512 is #59DAED. Grayscale: #494949. Windows color (decimal): -5888750 or 1189286. OLE color: 1189286.

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

Color convert

RGB 166 37 18 -
CMYK 0 0.78 0.89 0.35
HSL 7.7º 0.8% 0.36% -
HSV(B) 7.7º 0.89% 0.65% -
XYZ 16.5 9.47 1.53 -
YUV 73.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 166 37 18 0 0.78 0.89 0.35 7.7 0.8 0.36
Hex A6 25 12 0 4E 59 23 8 50 24
Octal 246 45 22 0 116 131 43 10 120 44
Binary 10100110 100101 10010 0 1001110 1011001 100011 1000 1010000 100100

Color Harmonies of #A62512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62512

Black with #A62512

Text Example


Text Example

White with #A62512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62512; }

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

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

background-color css

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

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

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

border-color css

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

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

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