Html Css Color HEX #A41C10 Fire Brick

📋 copy color: '#A41C10'

red 164 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #A41C10

Tints of Fire Brick #A41C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 78.85%
G = 13.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A41C10 (or 0xA41C10) is known color: Fire Brick. HEX triplet: A4, 1C and 10. RGB value is (164,28,16). Sum of RGB (Red+Green+Blue) = 164+28+16=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C10 is #5BE3EF. Grayscale: #434343. Windows color (decimal): -6022128 or 1055908. OLE color: 1055908.

HSL color Cylindrical-coordinate representation of color #A41C10: hue angle of 4.86º 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 #A41C10 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 16 -
CMYK 0 0.83 0.90 0.36
HSL 4.86º 0.82% 0.35% -
HSV(B) 4.86º 0.9% 0.64% -
XYZ 15.82 8.76 1.35 -
YUV 67.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 164 28 16 0 0.83 0.90 0.36 4.86 0.82 0.35
Hex A4 1C 10 0 53 5A 24 5 52 23
Octal 244 34 20 0 123 132 44 5 122 43
Binary 10100100 11100 10000 0 1010011 1011010 100100 101 1010010 100011

Color Harmonies of #A41C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C10

Black with #A41C10

Text Example


Text Example

White with #A41C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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