Html Css Color HEX #A41B0C Fire Brick

📋 copy color: '#A41B0C'

red 164 ◦ green 27 ◦ blue 12

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

Shades of Fire Brick #A41B0C

Tints of Fire Brick #A41B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.3%

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

R = 80.79%
G = 13.3%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A41B0C (or 0xA41B0C) is known color: Fire Brick. HEX triplet: A4, 1B and 0C. RGB value is (164,27,12). Sum of RGB (Red+Green+Blue) = 164+27+12=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B0C is #5BE4F3. Grayscale: #424242. Windows color (decimal): -6022388 or 793508. OLE color: 793508.

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

Color convert

RGB 164 27 12 -
CMYK 0 0.84 0.93 0.36
HSL 5.92º 0.86% 0.35% -
HSV(B) 5.92º 0.93% 0.64% -
XYZ 15.77 8.7 1.2 -
YUV 66.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 164 27 12 0 0.84 0.93 0.36 5.92 0.86 0.35
Hex A4 1B C 0 54 5D 24 6 56 23
Octal 244 33 14 0 124 135 44 6 126 43
Binary 10100100 11011 1100 0 1010100 1011101 100100 110 1010110 100011

Color Harmonies of #A41B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B0C

Black with #A41B0C

Text Example


Text Example

White with #A41B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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