Html Css Color HEX #BA3027 Fire Brick

📋 copy color: '#BA3027'

red 186 ◦ green 48 ◦ blue 39

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

Shades of Fire Brick #BA3027

Tints of Fire Brick #BA3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 68.13%
G = 17.58%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3027 (or 0xBA3027) is known color: Fire Brick. HEX triplet: BA, 30 and 27. RGB value is (186,48,39). Sum of RGB (Red+Green+Blue) = 186+48+39=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3027 is #45CFD8. Grayscale: #585858. Windows color (decimal): -4575193 or 2568378. OLE color: 2568378.

HSL color Cylindrical-coordinate representation of color #BA3027: hue angle of 3.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA3027 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 39 -
CMYK 0 0.74 0.79 0.27
HSL 3.67º 0.65% 0.44% -
HSV(B) 3.67º 0.79% 0.73% -
XYZ 21.67 12.7 3.23 -
YUV 88.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 186 48 39 0 0.74 0.79 0.27 3.67 0.65 0.44
Hex BA 30 27 0 4A 4F 1B 4 41 2C
Octal 272 60 47 0 112 117 33 4 101 54
Binary 10111010 110000 100111 0 1001010 1001111 11011 100 1000001 101100

Color Harmonies of #BA3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3027

Black with #BA3027

Text Example


Text Example

White with #BA3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3027; }

 p { color: rgb(186,48,39); }

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

background-color css

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

 a { background-color: rgb(186,48,39); }

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

border-color css

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

 span { border-color: rgb(186,48,39); }

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