Html Css Color HEX #A62D12 Fire Brick

📋 copy color: '#A62D12'

red 166 ◦ green 45 ◦ blue 18

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

Shades of Fire Brick #A62D12

Tints of Fire Brick #A62D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

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

R = 72.49%
G = 19.65%
B = 7.86%

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

#A62D12 (or 0xA62D12) is known color: Fire Brick. HEX triplet: A6, 2D and 12. RGB value is (166,45,18). Sum of RGB (Red+Green+Blue) = 166+45+18=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D12 is #59D2ED. Grayscale: #4E4E4E. Windows color (decimal): -5886702 or 1191334. OLE color: 1191334.

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

Color convert

RGB 166 45 18 -
CMYK 0 0.73 0.89 0.35
HSL 10.95º 0.8% 0.36% -
HSV(B) 10.95º 0.89% 0.65% -
XYZ 16.77 10.03 1.62 -
YUV 78.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 166 45 18 0 0.73 0.89 0.35 10.95 0.8 0.36
Hex A6 2D 12 0 49 59 23 B 50 24
Octal 246 55 22 0 111 131 43 13 120 44
Binary 10100110 101101 10010 0 1001001 1011001 100011 1011 1010000 100100

Color Harmonies of #A62D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D12

Black with #A62D12

Text Example


Text Example

White with #A62D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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