Html Css Color HEX #BA201F Fire Brick

📋 copy color: '#BA201F'

red 186 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #BA201F

Tints of Fire Brick #BA201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 74.7%
G = 12.85%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA201F (or 0xBA201F) is known color: Fire Brick. HEX triplet: BA, 20 and 1F. RGB value is (186,32,31). Sum of RGB (Red+Green+Blue) = 186+32+31=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA201F is #45DFE0. Grayscale: #4E4E4E. Windows color (decimal): -4579297 or 2039994. OLE color: 2039994.

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

Color convert

RGB 186 32 31 -
CMYK 0 0.83 0.83 0.27
HSL 0.39º 0.71% 0.43% -
HSV(B) 0.39º 0.83% 0.73% -
XYZ 21.01 11.57 2.42 -
YUV 77.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 186 32 31 0 0.83 0.83 0.27 0.39 0.71 0.43
Hex BA 20 1F 0 53 53 1B 0 47 2B
Octal 272 40 37 0 123 123 33 0 107 53
Binary 10111010 100000 11111 0 1010011 1010011 11011 0 1000111 101011

Color Harmonies of #BA201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA201F

Black with #BA201F

Text Example


Text Example

White with #BA201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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