Html Css Color HEX #BA221C Fire Brick

📋 copy color: '#BA221C'

red 186 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #BA221C

Tints of Fire Brick #BA221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 75%
G = 13.71%
B = 11.29%

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

#BA221C (or 0xBA221C) is known color: Fire Brick. HEX triplet: BA, 22 and 1C. RGB value is (186,34,28). Sum of RGB (Red+Green+Blue) = 186+34+28=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA221C is #45DDE3. Grayscale: #4E4E4E. Windows color (decimal): -4578788 or 1843898. OLE color: 1843898.

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

Color convert

RGB 186 34 28 -
CMYK 0 0.82 0.85 0.27
HSL 2.28º 0.74% 0.42% -
HSV(B) 2.28º 0.85% 0.73% -
XYZ 21.03 11.67 2.24 -
YUV 78.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 186 34 28 0 0.82 0.85 0.27 2.28 0.74 0.42
Hex BA 22 1C 0 52 55 1B 2 4A 2A
Octal 272 42 34 0 122 125 33 2 112 52
Binary 10111010 100010 11100 0 1010010 1010101 11011 10 1001010 101010

Color Harmonies of #BA221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA221C

Black with #BA221C

Text Example


Text Example

White with #BA221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA221C; }

 p { color: rgb(186,34,28); }

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

background-color css

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

 a { background-color: rgb(186,34,28); }

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

border-color css

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

 span { border-color: rgb(186,34,28); }

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