Html Css Color HEX #BA241F Fire Brick

📋 copy color: '#BA241F'

red 186 ◦ green 36 ◦ blue 31

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

Shades of Fire Brick #BA241F

Tints of Fire Brick #BA241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

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

R = 73.52%
G = 14.23%
B = 12.25%

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

#BA241F (or 0xBA241F) is known color: Fire Brick. HEX triplet: BA, 24 and 1F. RGB value is (186,36,31). Sum of RGB (Red+Green+Blue) = 186+36+31=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA241F is #45DBE0. Grayscale: #505050. Windows color (decimal): -4578273 or 2041018. OLE color: 2041018.

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

Color convert

RGB 186 36 31 -
CMYK 0 0.81 0.83 0.27
HSL 1.94º 0.71% 0.43% -
HSV(B) 1.94º 0.83% 0.73% -
XYZ 21.13 11.8 2.46 -
YUV 80.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 186 36 31 0 0.81 0.83 0.27 1.94 0.71 0.43
Hex BA 24 1F 0 51 53 1B 2 47 2B
Octal 272 44 37 0 121 123 33 2 107 53
Binary 10111010 100100 11111 0 1010001 1010011 11011 10 1000111 101011

Color Harmonies of #BA241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA241F

Black with #BA241F

Text Example


Text Example

White with #BA241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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