Html Css Color HEX #A11F0F Fire Brick

📋 copy color: '#A11F0F'

red 161 ◦ green 31 ◦ blue 15

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

Shades of Fire Brick #A11F0F

Tints of Fire Brick #A11F0F

RGB

 RED value IS 161 (63.28% from 255) = 77.78%

 GREEN value IS 31 (12.5% from 255) = 14.98%

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 77.78%
G = 14.98%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A11F0F (or 0xA11F0F) is known color: Fire Brick. HEX triplet: A1, 1F and 0F. RGB value is (161,31,15). Sum of RGB (Red+Green+Blue) = 161+31+15=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F0F is #5EE0F0. Grayscale: #444444. Windows color (decimal): -6217969 or 991137. OLE color: 991137.

HSL color Cylindrical-coordinate representation of color #A11F0F: hue angle of 6.58º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A11F0F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 31 15 -
CMYK 0 0.81 0.91 0.37
HSL 6.58º 0.83% 0.35% -
HSV(B) 6.58º 0.91% 0.63% -
XYZ 15.27 8.59 1.31 -
YUV 68.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 161 31 15 0 0.81 0.91 0.37 6.58 0.83 0.35
Hex A1 1F F 0 51 5B 25 7 53 23
Octal 241 37 17 0 121 133 45 7 123 43
Binary 10100001 11111 1111 0 1010001 1011011 100101 111 1010011 100011

Color Harmonies of #A11F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F0F

Black with #A11F0F

Text Example


Text Example

White with #A11F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F0F; }

 p { color: rgb(161,31,15); }

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

background-color css

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

 a { background-color: rgb(161,31,15); }

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

border-color css

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

 span { border-color: rgb(161,31,15); }

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