Html Css Color HEX #BA3021 Fire Brick

📋 copy color: '#BA3021'

red 186 ◦ green 48 ◦ blue 33

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

Shades of Fire Brick #BA3021

Tints of Fire Brick #BA3021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 69.66%
G = 17.98%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3021 (or 0xBA3021) is known color: Fire Brick. HEX triplet: BA, 30 and 21. RGB value is (186,48,33). Sum of RGB (Red+Green+Blue) = 186+48+33=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3021 is #45CFDE. Grayscale: #575757. Windows color (decimal): -4575199 or 2175162. OLE color: 2175162.

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

Color convert

RGB 186 48 33 -
CMYK 0 0.74 0.82 0.27
HSL 5.88º 0.7% 0.43% -
HSV(B) 5.88º 0.82% 0.73% -
XYZ 21.58 12.66 2.75 -
YUV 87.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 186 48 33 0 0.74 0.82 0.27 5.88 0.7 0.43
Hex BA 30 21 0 4A 52 1B 6 46 2B
Octal 272 60 41 0 112 122 33 6 106 53
Binary 10111010 110000 100001 0 1001010 1010010 11011 110 1000110 101011

Color Harmonies of #BA3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3021

Black with #BA3021

Text Example


Text Example

White with #BA3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3021; }

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

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

background-color css

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

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

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

border-color css

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

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

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