Html Css Color HEX #BA3524 Fire Brick

📋 copy color: '#BA3524'

red 186 ◦ green 53 ◦ blue 36

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

Shades of Fire Brick #BA3524

Tints of Fire Brick #BA3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 67.64%
G = 19.27%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3524 (or 0xBA3524) is known color: Fire Brick. HEX triplet: BA, 35 and 24. RGB value is (186,53,36). Sum of RGB (Red+Green+Blue) = 186+53+36=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3524 is #45CADB. Grayscale: #5B5B5B. Windows color (decimal): -4573916 or 2373050. OLE color: 2373050.

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

Color convert

RGB 186 53 36 -
CMYK 0 0.72 0.81 0.27
HSL 6.8º 0.68% 0.44% -
HSV(B) 6.8º 0.81% 0.73% -
XYZ 21.84 13.11 3.05 -
YUV 90.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 186 53 36 0 0.72 0.81 0.27 6.8 0.68 0.44
Hex BA 35 24 0 48 51 1B 7 44 2C
Octal 272 65 44 0 110 121 33 7 104 54
Binary 10111010 110101 100100 0 1001000 1010001 11011 111 1000100 101100

Color Harmonies of #BA3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3524

Black with #BA3524

Text Example


Text Example

White with #BA3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3524; }

 p { color: rgb(186,53,36); }

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

background-color css

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

 a { background-color: rgb(186,53,36); }

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

border-color css

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

 span { border-color: rgb(186,53,36); }

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