Html Css Color HEX #A11C07 Fire Brick

📋 copy color: '#A11C07'

red 161 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #A11C07

Tints of Fire Brick #A11C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.57%

R = 82.14%
G = 14.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A11C07 (or 0xA11C07) is known color: Fire Brick. HEX triplet: A1, 1C and 07. RGB value is (161,28,7). Sum of RGB (Red+Green+Blue) = 161+28+7=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C07 is #5EE3F8. Grayscale: #414141. Windows color (decimal): -6218745 or 466081. OLE color: 466081.

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

Color convert

RGB 161 28 7 -
CMYK 0 0.83 0.96 0.37
HSL 8.18º 0.92% 0.33% -
HSV(B) 8.18º 0.96% 0.63% -
XYZ 15.15 8.42 1.03 -
YUV 65.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 161 28 7 0 0.83 0.96 0.37 8.18 0.92 0.33
Hex A1 1C 7 0 53 60 25 8 5C 21
Octal 241 34 7 0 123 140 45 10 134 41
Binary 10100001 11100 111 0 1010011 1100000 100101 1000 1011100 100001

Color Harmonies of #A11C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C07

Black with #A11C07

Text Example


Text Example

White with #A11C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C07; }

 p { color: rgb(161,28,7); }

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

background-color css

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

 a { background-color: rgb(161,28,7); }

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

border-color css

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

 span { border-color: rgb(161,28,7); }

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