Html Css Color HEX #A62315 Fire Brick

📋 copy color: '#A62315'

red 166 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #A62315

Tints of Fire Brick #A62315

RGB

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

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

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

R = 74.77%
G = 15.77%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A62315 (or 0xA62315) is known color: Fire Brick. HEX triplet: A6, 23 and 15. RGB value is (166,35,21). Sum of RGB (Red+Green+Blue) = 166+35+21=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A62315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62315 is #59DCEA. Grayscale: #484848. Windows color (decimal): -5889259 or 1385382. OLE color: 1385382.

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

Color convert

RGB 166 35 21 -
CMYK 0 0.79 0.87 0.35
HSL 5.79º 0.78% 0.37% -
HSV(B) 5.79º 0.87% 0.65% -
XYZ 16.46 9.36 1.65 -
YUV 72.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 166 35 21 0 0.79 0.87 0.35 5.79 0.78 0.37
Hex A6 23 15 0 4F 57 23 6 4E 25
Octal 246 43 25 0 117 127 43 6 116 45
Binary 10100110 100011 10101 0 1001111 1010111 100011 110 1001110 100101

Color Harmonies of #A62315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62315

Black with #A62315

Text Example


Text Example

White with #A62315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62315; }

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

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

background-color css

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

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

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

border-color css

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

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

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