Html Css Color HEX #A62405 Fire Brick

📋 copy color: '#A62405'

red 166 ◦ green 36 ◦ blue 5

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

Shades of Fire Brick #A62405

Tints of Fire Brick #A62405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 80.19%
G = 17.39%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A62405 (or 0xA62405) is known color: Fire Brick. HEX triplet: A6, 24 and 05. RGB value is (166,36,5). Sum of RGB (Red+Green+Blue) = 166+36+5=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A62405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62405 is #59DBFA. Grayscale: #474747. Windows color (decimal): -5889019 or 337062. OLE color: 337062.

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

Color convert

RGB 166 36 5 -
CMYK 0 0.78 0.97 0.35
HSL 11.55º 0.94% 0.34% -
HSV(B) 11.55º 0.97% 0.65% -
XYZ 16.38 9.38 1.09 -
YUV 71.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 166 36 5 0 0.78 0.97 0.35 11.55 0.94 0.34
Hex A6 24 5 0 4E 61 23 C 5E 22
Octal 246 44 5 0 116 141 43 14 136 42
Binary 10100110 100100 101 0 1001110 1100001 100011 1100 1011110 100010

Color Harmonies of #A62405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62405

Black with #A62405

Text Example


Text Example

White with #A62405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62405; }

 p { color: rgb(166,36,5); }

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

background-color css

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

 a { background-color: rgb(166,36,5); }

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

border-color css

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

 span { border-color: rgb(166,36,5); }

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