Html Css Color HEX #A61904 Fire Brick

📋 copy color: '#A61904'

red 166 ◦ green 25 ◦ blue 4

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

Shades of Fire Brick #A61904

Tints of Fire Brick #A61904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 85.13%
G = 12.82%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A61904 (or 0xA61904) is known color: Fire Brick. HEX triplet: A6, 19 and 04. RGB value is (166,25,4). Sum of RGB (Red+Green+Blue) = 166+25+4=195 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.13% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 166 - color contains mainly: red. Hex color #A61904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61904 is #59E6FB. Grayscale: #404040. Windows color (decimal): -5891836 or 268710. OLE color: 268710.

HSL color Cylindrical-coordinate representation of color #A61904: hue angle of 7.78º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A61904 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 4 -
CMYK 0 0.85 0.98 0.35
HSL 7.78º 0.95% 0.33% -
HSV(B) 7.78º 0.98% 0.65% -
XYZ 16.1 8.81 0.97 -
YUV 64.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 166 25 4 0 0.85 0.98 0.35 7.78 0.95 0.33
Hex A6 19 4 0 55 62 23 8 5F 21
Octal 246 31 4 0 125 142 43 10 137 41
Binary 10100110 11001 100 0 1010101 1100010 100011 1000 1011111 100001

Color Harmonies of #A61904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61904

Black with #A61904

Text Example


Text Example

White with #A61904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61904; }

 p { color: rgb(166,25,4); }

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

background-color css

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

 a { background-color: rgb(166,25,4); }

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

border-color css

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

 span { border-color: rgb(166,25,4); }

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