Html Css Color HEX #BA3024 Fire Brick

📋 copy color: '#BA3024'

red 186 ◦ green 48 ◦ blue 36

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

Shades of Fire Brick #BA3024

Tints of Fire Brick #BA3024

RGB

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

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

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

R = 68.89%
G = 17.78%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3024 (or 0xBA3024) is known color: Fire Brick. HEX triplet: BA, 30 and 24. RGB value is (186,48,36). Sum of RGB (Red+Green+Blue) = 186+48+36=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3024 is #45CFDB. Grayscale: #585858. Windows color (decimal): -4575196 or 2371770. OLE color: 2371770.

HSL color Cylindrical-coordinate representation of color #BA3024: hue angle of 4.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 #BA3024 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 36 -
CMYK 0 0.74 0.81 0.27
HSL 4.8º 0.68% 0.44% -
HSV(B) 4.8º 0.81% 0.73% -
XYZ 21.63 12.68 2.98 -
YUV 87.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 186 48 36 0 0.74 0.81 0.27 4.8 0.68 0.44
Hex BA 30 24 0 4A 51 1B 5 44 2C
Octal 272 60 44 0 112 121 33 5 104 54
Binary 10111010 110000 100100 0 1001010 1010001 11011 101 1000100 101100

Color Harmonies of #BA3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3024

Black with #BA3024

Text Example


Text Example

White with #BA3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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