Html Css Color HEX #A62C10 Fire Brick

📋 copy color: '#A62C10'

red 166 ◦ green 44 ◦ blue 16

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

Shades of Fire Brick #A62C10

Tints of Fire Brick #A62C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 73.45%
G = 19.47%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A62C10 (or 0xA62C10) is known color: Fire Brick. HEX triplet: A6, 2C and 10. RGB value is (166,44,16). Sum of RGB (Red+Green+Blue) = 166+44+16=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C10 is #59D3EF. Grayscale: #4D4D4D. Windows color (decimal): -5886960 or 1060006. OLE color: 1060006.

HSL color Cylindrical-coordinate representation of color #A62C10: hue angle of 11.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A62C10 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 44 16 -
CMYK 0 0.73 0.90 0.35
HSL 11.2º 0.82% 0.36% -
HSV(B) 11.2º 0.9% 0.65% -
XYZ 16.72 9.95 1.53 -
YUV 77.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 166 44 16 0 0.73 0.90 0.35 11.2 0.82 0.36
Hex A6 2C 10 0 49 5A 23 B 52 24
Octal 246 54 20 0 111 132 43 13 122 44
Binary 10100110 101100 10000 0 1001001 1011010 100011 1011 1010010 100100

Color Harmonies of #A62C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C10

Black with #A62C10

Text Example


Text Example

White with #A62C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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