Html Css Color HEX #BA201D Fire Brick

📋 copy color: '#BA201D'

red 186 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #BA201D

Tints of Fire Brick #BA201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 75.3%
G = 12.96%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA201D (or 0xBA201D) is known color: Fire Brick. HEX triplet: BA, 20 and 1D. RGB value is (186,32,29). Sum of RGB (Red+Green+Blue) = 186+32+29=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA201D is #45DFE2. Grayscale: #4D4D4D. Windows color (decimal): -4579299 or 1908922. OLE color: 1908922.

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

Color convert

RGB 186 32 29 -
CMYK 0 0.83 0.84 0.27
HSL 1.15º 0.73% 0.42% -
HSV(B) 1.15º 0.84% 0.73% -
XYZ 20.99 11.56 2.29 -
YUV 77.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 186 32 29 0 0.83 0.84 0.27 1.15 0.73 0.42
Hex BA 20 1D 0 53 54 1B 1 49 2A
Octal 272 40 35 0 123 124 33 1 111 52
Binary 10111010 100000 11101 0 1010011 1010100 11011 1 1001001 101010

Color Harmonies of #BA201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA201D

Black with #BA201D

Text Example


Text Example

White with #BA201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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