Html Css Color HEX #A62312 Fire Brick

📋 copy color: '#A62312'

red 166 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #A62312

Tints of Fire Brick #A62312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

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

R = 75.8%
G = 15.98%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62312 (or 0xA62312) is known color: Fire Brick. HEX triplet: A6, 23 and 12. RGB value is (166,35,18). Sum of RGB (Red+Green+Blue) = 166+35+18=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A62312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62312 is #59DCED. Grayscale: #484848. Windows color (decimal): -5889262 or 1188774. OLE color: 1188774.

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

Color convert

RGB 166 35 18 -
CMYK 0 0.79 0.89 0.35
HSL 6.89º 0.8% 0.36% -
HSV(B) 6.89º 0.89% 0.65% -
XYZ 16.44 9.35 1.51 -
YUV 72.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 166 35 18 0 0.79 0.89 0.35 6.89 0.8 0.36
Hex A6 23 12 0 4F 59 23 7 50 24
Octal 246 43 22 0 117 131 43 7 120 44
Binary 10100110 100011 10010 0 1001111 1011001 100011 111 1010000 100100

Color Harmonies of #A62312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62312

Black with #A62312

Text Example


Text Example

White with #A62312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62312; }

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

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

background-color css

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

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

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

border-color css

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

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

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