Html Css Color HEX #A41010 Fire Brick

📋 copy color: '#A41010'

red 164 ◦ green 16 ◦ blue 16

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

Shades of Fire Brick #A41010

Tints of Fire Brick #A41010

RGB

 RED value IS 164 (64.45% from 255) = 83.67%

 GREEN value IS 16 (6.64% from 255) = 8.16%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 83.67%
G = 8.16%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A41010 (or 0xA41010) is known color: Fire Brick. HEX triplet: A4, 10 and 10. RGB value is (164,16,16). Sum of RGB (Red+Green+Blue) = 164+16+16=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A41010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41010 is #5BEFEF. Grayscale: #3C3C3C. Windows color (decimal): -6025200 or 1052836. OLE color: 1052836.

HSL color Cylindrical-coordinate representation of color #A41010: hue angle of 0º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41010 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 16 -
CMYK 0 0.90 0.90 0.36
HSL 0.82% 0.35% -
HSV(B) 0.9% 0.64% -
XYZ 15.59 8.3 1.27 -
YUV 60.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 164 16 16 0 0.90 0.90 0.36 0 0.82 0.35
Hex A4 10 10 0 5A 5A 24 0 52 23
Octal 244 20 20 0 132 132 44 0 122 43
Binary 10100100 10000 10000 0 1011010 1011010 100100 0 1010010 100011

Color Harmonies of #A41010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41010

Black with #A41010

Text Example


Text Example

White with #A41010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41010; }

 p { color: rgb(164,16,16); }

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

background-color css

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

 a { background-color: rgb(164,16,16); }

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

border-color css

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

 span { border-color: rgb(164,16,16); }

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