Html Css Color HEX #BA1C12 Fire Brick

📋 copy color: '#BA1C12'

red 186 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #BA1C12

Tints of Fire Brick #BA1C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 80.17%
G = 12.07%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1C12 (or 0xBA1C12) is known color: Fire Brick. HEX triplet: BA, 1C and 12. RGB value is (186,28,18). Sum of RGB (Red+Green+Blue) = 186+28+18=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C12 is #45E3ED. Grayscale: #4A4A4A. Windows color (decimal): -4580334 or 1187002. OLE color: 1187002.

HSL color Cylindrical-coordinate representation of color #BA1C12: hue angle of 3.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1C12 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 18 -
CMYK 0 0.85 0.90 0.27
HSL 3.57º 0.82% 0.4% -
HSV(B) 3.57º 0.9% 0.73% -
XYZ 20.77 11.31 1.66 -
YUV 74.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 186 28 18 0 0.85 0.90 0.27 3.57 0.82 0.4
Hex BA 1C 12 0 55 5A 1B 4 52 28
Octal 272 34 22 0 125 132 33 4 122 50
Binary 10111010 11100 10010 0 1010101 1011010 11011 100 1010010 101000

Color Harmonies of #BA1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C12

Black with #BA1C12

Text Example


Text Example

White with #BA1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C12; }

 p { color: rgb(186,28,18); }

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

background-color css

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

 a { background-color: rgb(186,28,18); }

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

border-color css

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

 span { border-color: rgb(186,28,18); }

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