Html Css Color HEX #BA3121 Fire Brick

📋 copy color: '#BA3121'

red 186 ◦ green 49 ◦ blue 33

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

Shades of Fire Brick #BA3121

Tints of Fire Brick #BA3121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

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

R = 69.4%
G = 18.28%
B = 12.31%

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

#BA3121 (or 0xBA3121) is known color: Fire Brick. HEX triplet: BA, 31 and 21. RGB value is (186,49,33). Sum of RGB (Red+Green+Blue) = 186+49+33=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3121 is #45CEDE. Grayscale: #585858. Windows color (decimal): -4574943 or 2175418. OLE color: 2175418.

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

Color convert

RGB 186 49 33 -
CMYK 0 0.74 0.82 0.27
HSL 6.27º 0.7% 0.43% -
HSV(B) 6.27º 0.82% 0.73% -
XYZ 21.62 12.75 2.76 -
YUV 88.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 186 49 33 0 0.74 0.82 0.27 6.27 0.7 0.43
Hex BA 31 21 0 4A 52 1B 6 46 2B
Octal 272 61 41 0 112 122 33 6 106 53
Binary 10111010 110001 100001 0 1001010 1010010 11011 110 1000110 101011

Color Harmonies of #BA3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3121

Black with #BA3121

Text Example


Text Example

White with #BA3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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