Html Css Color HEX #BA201C Fire Brick

📋 copy color: '#BA201C'

red 186 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #BA201C

Tints of Fire Brick #BA201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

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

R = 75.61%
G = 13.01%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA201C (or 0xBA201C) is known color: Fire Brick. HEX triplet: BA, 20 and 1C. RGB value is (186,32,28). Sum of RGB (Red+Green+Blue) = 186+32+28=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA201C is #45DFE3. Grayscale: #4D4D4D. Windows color (decimal): -4579300 or 1843386. OLE color: 1843386.

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

Color convert

RGB 186 32 28 -
CMYK 0 0.83 0.85 0.27
HSL 1.52º 0.74% 0.42% -
HSV(B) 1.52º 0.85% 0.73% -
XYZ 20.98 11.56 2.22 -
YUV 77.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 186 32 28 0 0.83 0.85 0.27 1.52 0.74 0.42
Hex BA 20 1C 0 53 55 1B 2 4A 2A
Octal 272 40 34 0 123 125 33 2 112 52
Binary 10111010 100000 11100 0 1010011 1010101 11011 10 1001010 101010

Color Harmonies of #BA201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA201C

Black with #BA201C

Text Example


Text Example

White with #BA201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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