Html Css Color HEX #BA180E Fire Brick

📋 copy color: '#BA180E'

red 186 ◦ green 24 ◦ blue 14

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

Shades of Fire Brick #BA180E

Tints of Fire Brick #BA180E

RGB

 RED value IS 186 (73.05% from 255) = 83.04%

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 83.04%
G = 10.71%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA180E (or 0xBA180E) is known color: Fire Brick. HEX triplet: BA, 18 and 0E. RGB value is (186,24,14). Sum of RGB (Red+Green+Blue) = 186+24+14=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA180E is #45E7F1. Grayscale: #474747. Windows color (decimal): -4581362 or 923834. OLE color: 923834.

HSL color Cylindrical-coordinate representation of color #BA180E: hue angle of 3.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA180E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 14 -
CMYK 0 0.87 0.92 0.27
HSL 3.49º 0.86% 0.39% -
HSV(B) 3.49º 0.92% 0.73% -
XYZ 20.66 11.12 1.47 -
YUV 71.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 186 24 14 0 0.87 0.92 0.27 3.49 0.86 0.39
Hex BA 18 E 0 57 5C 1B 3 56 27
Octal 272 30 16 0 127 134 33 3 126 47
Binary 10111010 11000 1110 0 1010111 1011100 11011 11 1010110 100111

Color Harmonies of #BA180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA180E

Black with #BA180E

Text Example


Text Example

White with #BA180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA180E; }

 p { color: rgb(186,24,14); }

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

background-color css

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

 a { background-color: rgb(186,24,14); }

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

border-color css

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

 span { border-color: rgb(186,24,14); }

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