Html Css Color HEX #BA231F Fire Brick

📋 copy color: '#BA231F'

red 186 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #BA231F

Tints of Fire Brick #BA231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 73.81%
G = 13.89%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA231F (or 0xBA231F) is known color: Fire Brick. HEX triplet: BA, 23 and 1F. RGB value is (186,35,31). Sum of RGB (Red+Green+Blue) = 186+35+31=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA231F is #45DCE0. Grayscale: #4F4F4F. Windows color (decimal): -4578529 or 2040762. OLE color: 2040762.

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

Color convert

RGB 186 35 31 -
CMYK 0 0.81 0.83 0.27
HSL 1.55º 0.71% 0.43% -
HSV(B) 1.55º 0.83% 0.73% -
XYZ 21.1 11.74 2.45 -
YUV 79.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 186 35 31 0 0.81 0.83 0.27 1.55 0.71 0.43
Hex BA 23 1F 0 51 53 1B 2 47 2B
Octal 272 43 37 0 121 123 33 2 107 53
Binary 10111010 100011 11111 0 1010001 1010011 11011 10 1000111 101011

Color Harmonies of #BA231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA231F

Black with #BA231F

Text Example


Text Example

White with #BA231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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