Html Css Color HEX #BA2921 Fire Brick

📋 copy color: '#BA2921'

red 186 ◦ green 41 ◦ blue 33

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

Shades of Fire Brick #BA2921

Tints of Fire Brick #BA2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 71.54%
G = 15.77%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2921 (or 0xBA2921) is known color: Fire Brick. HEX triplet: BA, 29 and 21. RGB value is (186,41,33). Sum of RGB (Red+Green+Blue) = 186+41+33=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2921 is #45D6DE. Grayscale: #535353. Windows color (decimal): -4576991 or 2173370. OLE color: 2173370.

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

Color convert

RGB 186 41 33 -
CMYK 0 0.78 0.82 0.27
HSL 3.14º 0.7% 0.43% -
HSV(B) 3.14º 0.82% 0.73% -
XYZ 21.32 12.13 2.66 -
YUV 83.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 186 41 33 0 0.78 0.82 0.27 3.14 0.7 0.43
Hex BA 29 21 0 4E 52 1B 3 46 2B
Octal 272 51 41 0 116 122 33 3 106 53
Binary 10111010 101001 100001 0 1001110 1010010 11011 11 1000110 101011

Color Harmonies of #BA2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2921

Black with #BA2921

Text Example


Text Example

White with #BA2921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2921; }

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

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

background-color css

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

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

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

border-color css

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

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

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