Html Css Color HEX #A41C0C Fire Brick

📋 copy color: '#A41C0C'

red 164 ◦ green 28 ◦ blue 12

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

Shades of Fire Brick #A41C0C

Tints of Fire Brick #A41C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 80.39%
G = 13.73%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A41C0C (or 0xA41C0C) is known color: Fire Brick. HEX triplet: A4, 1C and 0C. RGB value is (164,28,12). Sum of RGB (Red+Green+Blue) = 164+28+12=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C0C is #5BE3F3. Grayscale: #434343. Windows color (decimal): -6022132 or 793764. OLE color: 793764.

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

Color convert

RGB 164 28 12 -
CMYK 0 0.83 0.93 0.36
HSL 6.32º 0.86% 0.35% -
HSV(B) 6.32º 0.93% 0.64% -
XYZ 15.79 8.75 1.2 -
YUV 66.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 164 28 12 0 0.83 0.93 0.36 6.32 0.86 0.35
Hex A4 1C C 0 53 5D 24 6 56 23
Octal 244 34 14 0 123 135 44 6 126 43
Binary 10100100 11100 1100 0 1010011 1011101 100100 110 1010110 100011

Color Harmonies of #A41C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C0C

Black with #A41C0C

Text Example


Text Example

White with #A41C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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