Html Css Color HEX #BA1A09 Fire Brick

📋 copy color: '#BA1A09'

red 186 ◦ green 26 ◦ blue 9

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

Shades of Fire Brick #BA1A09

Tints of Fire Brick #BA1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

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

R = 84.16%
G = 11.76%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA1A09 (or 0xBA1A09) is known color: Fire Brick. HEX triplet: BA, 1A and 09. RGB value is (186,26,9). Sum of RGB (Red+Green+Blue) = 186+26+9=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A09 is #45E5F6. Grayscale: #484848. Windows color (decimal): -4580855 or 596666. OLE color: 596666.

HSL color Cylindrical-coordinate representation of color #BA1A09: hue angle of 5.76º 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 #BA1A09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 9 -
CMYK 0 0.86 0.95 0.27
HSL 5.76º 0.91% 0.38% -
HSV(B) 5.76º 0.95% 0.73% -
XYZ 20.67 11.2 1.33 -
YUV 71.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 186 26 9 0 0.86 0.95 0.27 5.76 0.91 0.38
Hex BA 1A 9 0 56 5F 1B 6 5B 26
Octal 272 32 11 0 126 137 33 6 133 46
Binary 10111010 11010 1001 0 1010110 1011111 11011 110 1011011 100110

Color Harmonies of #BA1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A09

Black with #BA1A09

Text Example


Text Example

White with #BA1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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