Html Css Color HEX #BA211B Fire Brick

📋 copy color: '#BA211B'

red 186 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #BA211B

Tints of Fire Brick #BA211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 75.61%
G = 13.41%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA211B (or 0xBA211B) is known color: Fire Brick. HEX triplet: BA, 21 and 1B. RGB value is (186,33,27). Sum of RGB (Red+Green+Blue) = 186+33+27=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA211B is #45DEE4. Grayscale: #4E4E4E. Windows color (decimal): -4579045 or 1778106. OLE color: 1778106.

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

Color convert

RGB 186 33 27 -
CMYK 0 0.82 0.85 0.27
HSL 2.26º 0.75% 0.42% -
HSV(B) 2.26º 0.85% 0.73% -
XYZ 20.99 11.61 2.17 -
YUV 78.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 186 33 27 0 0.82 0.85 0.27 2.26 0.75 0.42
Hex BA 21 1B 0 52 55 1B 2 4B 2A
Octal 272 41 33 0 122 125 33 2 113 52
Binary 10111010 100001 11011 0 1010010 1010101 11011 10 1001011 101010

Color Harmonies of #BA211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA211B

Black with #BA211B

Text Example


Text Example

White with #BA211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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