Html Css Color HEX #BA3023 Fire Brick

📋 copy color: '#BA3023'

red 186 ◦ green 48 ◦ blue 35

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

Shades of Fire Brick #BA3023

Tints of Fire Brick #BA3023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 69.14%
G = 17.84%
B = 13.01%

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

#BA3023 (or 0xBA3023) is known color: Fire Brick. HEX triplet: BA, 30 and 23. RGB value is (186,48,35). Sum of RGB (Red+Green+Blue) = 186+48+35=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3023 is #45CFDC. Grayscale: #575757. Windows color (decimal): -4575197 or 2306234. OLE color: 2306234.

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

Color convert

RGB 186 48 35 -
CMYK 0 0.74 0.81 0.27
HSL 5.17º 0.68% 0.43% -
HSV(B) 5.17º 0.81% 0.73% -
XYZ 21.61 12.67 2.9 -
YUV 87.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 186 48 35 0 0.74 0.81 0.27 5.17 0.68 0.43
Hex BA 30 23 0 4A 51 1B 5 44 2B
Octal 272 60 43 0 112 121 33 5 104 53
Binary 10111010 110000 100011 0 1001010 1010001 11011 101 1000100 101011

Color Harmonies of #BA3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3023

Black with #BA3023

Text Example


Text Example

White with #BA3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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