Html Css Color HEX #A62419 Fire Brick

📋 copy color: '#A62419'

red 166 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #A62419

Tints of Fire Brick #A62419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 73.13%
G = 15.86%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A62419 (or 0xA62419) is known color: Fire Brick. HEX triplet: A6, 24 and 19. RGB value is (166,36,25). Sum of RGB (Red+Green+Blue) = 166+36+25=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A62419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62419 is #59DBE6. Grayscale: #494949. Windows color (decimal): -5888999 or 1647782. OLE color: 1647782.

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

Color convert

RGB 166 36 25 -
CMYK 0 0.78 0.85 0.35
HSL 4.68º 0.74% 0.37% -
HSV(B) 4.68º 0.85% 0.65% -
XYZ 16.53 9.44 1.87 -
YUV 73.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 166 36 25 0 0.78 0.85 0.35 4.68 0.74 0.37
Hex A6 24 19 0 4E 55 23 5 4A 25
Octal 246 44 31 0 116 125 43 5 112 45
Binary 10100110 100100 11001 0 1001110 1010101 100011 101 1001010 100101

Color Harmonies of #A62419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62419

Black with #A62419

Text Example


Text Example

White with #A62419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62419; }

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

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

background-color css

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

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

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

border-color css

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

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

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