Html Css Color HEX #BA3327 Fire Brick

📋 copy color: '#BA3327'

red 186 ◦ green 51 ◦ blue 39

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

Shades of Fire Brick #BA3327

Tints of Fire Brick #BA3327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 67.39%
G = 18.48%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3327 (or 0xBA3327) is known color: Fire Brick. HEX triplet: BA, 33 and 27. RGB value is (186,51,39). Sum of RGB (Red+Green+Blue) = 186+51+39=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3327 is #45CCD8. Grayscale: #5A5A5A. Windows color (decimal): -4574425 or 2569146. OLE color: 2569146.

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

Color convert

RGB 186 51 39 -
CMYK 0 0.73 0.79 0.27
HSL 4.9º 0.65% 0.44% -
HSV(B) 4.9º 0.79% 0.73% -
XYZ 21.8 12.95 3.27 -
YUV 90 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 186 51 39 0 0.73 0.79 0.27 4.9 0.65 0.44
Hex BA 33 27 0 49 4F 1B 5 41 2C
Octal 272 63 47 0 111 117 33 5 101 54
Binary 10111010 110011 100111 0 1001001 1001111 11011 101 1000001 101100

Color Harmonies of #BA3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3327

Black with #BA3327

Text Example


Text Example

White with #BA3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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