Html Css Color HEX #A41B0E Fire Brick

📋 copy color: '#A41B0E'

red 164 ◦ green 27 ◦ blue 14

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

Shades of Fire Brick #A41B0E

Tints of Fire Brick #A41B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 80%
G = 13.17%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A41B0E (or 0xA41B0E) is known color: Fire Brick. HEX triplet: A4, 1B and 0E. RGB value is (164,27,14). Sum of RGB (Red+Green+Blue) = 164+27+14=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B0E is #5BE4F1. Grayscale: #424242. Windows color (decimal): -6022386 or 924580. OLE color: 924580.

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

Color convert

RGB 164 27 14 -
CMYK 0 0.84 0.91 0.36
HSL 5.2º 0.84% 0.35% -
HSV(B) 5.2º 0.91% 0.64% -
XYZ 15.78 8.71 1.26 -
YUV 66.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 164 27 14 0 0.84 0.91 0.36 5.2 0.84 0.35
Hex A4 1B E 0 54 5B 24 5 54 23
Octal 244 33 16 0 124 133 44 5 124 43
Binary 10100100 11011 1110 0 1010100 1011011 100100 101 1010100 100011

Color Harmonies of #A41B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B0E

Black with #A41B0E

Text Example


Text Example

White with #A41B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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