Html Css Color HEX #A11C08 Fire Brick

📋 copy color: '#A11C08'

red 161 ◦ green 28 ◦ blue 8

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

Shades of Fire Brick #A11C08

Tints of Fire Brick #A11C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 81.73%
G = 14.21%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A11C08 (or 0xA11C08) is known color: Fire Brick. HEX triplet: A1, 1C and 08. RGB value is (161,28,8). Sum of RGB (Red+Green+Blue) = 161+28+8=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C08 is #5EE3F7. Grayscale: #414141. Windows color (decimal): -6218744 or 531617. OLE color: 531617.

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

Color convert

RGB 161 28 8 -
CMYK 0 0.83 0.95 0.37
HSL 7.84º 0.91% 0.33% -
HSV(B) 7.84º 0.95% 0.63% -
XYZ 15.16 8.43 1.06 -
YUV 65.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 161 28 8 0 0.83 0.95 0.37 7.84 0.91 0.33
Hex A1 1C 8 0 53 5F 25 8 5B 21
Octal 241 34 10 0 123 137 45 10 133 41
Binary 10100001 11100 1000 0 1010011 1011111 100101 1000 1011011 100001

Color Harmonies of #A11C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11C08

Black with #A11C08

Text Example


Text Example

White with #A11C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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