Html Css Color HEX #BA1C09 Fire Brick

📋 copy color: '#BA1C09'

red 186 ◦ green 28 ◦ blue 9

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

Shades of Fire Brick #BA1C09

Tints of Fire Brick #BA1C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 83.41%
G = 12.56%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA1C09 (or 0xBA1C09) is known color: Fire Brick. HEX triplet: BA, 1C and 09. RGB value is (186,28,9). Sum of RGB (Red+Green+Blue) = 186+28+9=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C09 is #45E3F6. Grayscale: #494949. Windows color (decimal): -4580343 or 597178. OLE color: 597178.

HSL color Cylindrical-coordinate representation of color #BA1C09: hue angle of 6.44º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA1C09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 9 -
CMYK 0 0.85 0.95 0.27
HSL 6.44º 0.91% 0.38% -
HSV(B) 6.44º 0.95% 0.73% -
XYZ 20.71 11.29 1.35 -
YUV 73.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 186 28 9 0 0.85 0.95 0.27 6.44 0.91 0.38
Hex BA 1C 9 0 55 5F 1B 6 5B 26
Octal 272 34 11 0 125 137 33 6 133 46
Binary 10111010 11100 1001 0 1010101 1011111 11011 110 1011011 100110

Color Harmonies of #BA1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C09

Black with #BA1C09

Text Example


Text Example

White with #BA1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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