Html Css Color HEX #BA3425 Fire Brick

📋 copy color: '#BA3425'

red 186 ◦ green 52 ◦ blue 37

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

Shades of Fire Brick #BA3425

Tints of Fire Brick #BA3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 67.64%
G = 18.91%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3425 (or 0xBA3425) is known color: Fire Brick. HEX triplet: BA, 34 and 25. RGB value is (186,52,37). Sum of RGB (Red+Green+Blue) = 186+52+37=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3425 is #45CBDA. Grayscale: #5A5A5A. Windows color (decimal): -4574171 or 2438330. OLE color: 2438330.

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

Color convert

RGB 186 52 37 -
CMYK 0 0.72 0.80 0.27
HSL 6.04º 0.67% 0.44% -
HSV(B) 6.04º 0.8% 0.73% -
XYZ 21.81 13.03 3.12 -
YUV 90.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 186 52 37 0 0.72 0.80 0.27 6.04 0.67 0.44
Hex BA 34 25 0 48 50 1B 6 43 2C
Octal 272 64 45 0 110 120 33 6 103 54
Binary 10111010 110100 100101 0 1001000 1010000 11011 110 1000011 101100

Color Harmonies of #BA3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3425

Black with #BA3425

Text Example


Text Example

White with #BA3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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