Html Css Color HEX #A62413 Fire Brick

📋 copy color: '#A62413'

red 166 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #A62413

Tints of Fire Brick #A62413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 75.11%
G = 16.29%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62413 (or 0xA62413) is known color: Fire Brick. HEX triplet: A6, 24 and 13. RGB value is (166,36,19). Sum of RGB (Red+Green+Blue) = 166+36+19=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62413 is #59DBEC. Grayscale: #494949. Windows color (decimal): -5889005 or 1254566. OLE color: 1254566.

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

Color convert

RGB 166 36 19 -
CMYK 0 0.78 0.89 0.35
HSL 6.94º 0.79% 0.36% -
HSV(B) 6.94º 0.89% 0.65% -
XYZ 16.47 9.42 1.57 -
YUV 72.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 166 36 19 0 0.78 0.89 0.35 6.94 0.79 0.36
Hex A6 24 13 0 4E 59 23 7 4F 24
Octal 246 44 23 0 116 131 43 7 117 44
Binary 10100110 100100 10011 0 1001110 1011001 100011 111 1001111 100100

Color Harmonies of #A62413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62413

Black with #A62413

Text Example


Text Example

White with #A62413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62413; }

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

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

background-color css

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

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

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

border-color css

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

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

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