Html Css Color HEX #BA3325 Fire Brick

📋 copy color: '#BA3325'

red 186 ◦ green 51 ◦ blue 37

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

Shades of Fire Brick #BA3325

Tints of Fire Brick #BA3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 67.88%
G = 18.61%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3325 (or 0xBA3325) is known color: Fire Brick. HEX triplet: BA, 33 and 25. RGB value is (186,51,37). Sum of RGB (Red+Green+Blue) = 186+51+37=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3325 is #45CCDA. Grayscale: #595959. Windows color (decimal): -4574427 or 2438074. OLE color: 2438074.

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

Color convert

RGB 186 51 37 -
CMYK 0 0.73 0.80 0.27
HSL 5.64º 0.67% 0.44% -
HSV(B) 5.64º 0.8% 0.73% -
XYZ 21.77 12.94 3.1 -
YUV 89.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 186 51 37 0 0.73 0.80 0.27 5.64 0.67 0.44
Hex BA 33 25 0 49 50 1B 6 43 2C
Octal 272 63 45 0 111 120 33 6 103 54
Binary 10111010 110011 100101 0 1001001 1010000 11011 110 1000011 101100

Color Harmonies of #BA3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3325

Black with #BA3325

Text Example


Text Example

White with #BA3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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