Html Css Color HEX #A62D15 Fire Brick

📋 copy color: '#A62D15'

red 166 ◦ green 45 ◦ blue 21

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

Shades of Fire Brick #A62D15

Tints of Fire Brick #A62D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 71.55%
G = 19.4%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A62D15 (or 0xA62D15) is known color: Fire Brick. HEX triplet: A6, 2D and 15. RGB value is (166,45,21). Sum of RGB (Red+Green+Blue) = 166+45+21=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D15 is #59D2EA. Grayscale: #4E4E4E. Windows color (decimal): -5886699 or 1387942. OLE color: 1387942.

HSL color Cylindrical-coordinate representation of color #A62D15: hue angle of 9.93º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A62D15 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 45 21 -
CMYK 0 0.73 0.87 0.35
HSL 9.93º 0.78% 0.37% -
HSV(B) 9.93º 0.87% 0.65% -
XYZ 16.8 10.04 1.76 -
YUV 78.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 166 45 21 0 0.73 0.87 0.35 9.93 0.78 0.37
Hex A6 2D 15 0 49 57 23 A 4E 25
Octal 246 55 25 0 111 127 43 12 116 45
Binary 10100110 101101 10101 0 1001001 1010111 100011 1010 1001110 100101

Color Harmonies of #A62D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D15

Black with #A62D15

Text Example


Text Example

White with #A62D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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