Html Css Color HEX #BA251F Fire Brick

📋 copy color: '#BA251F'

red 186 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #BA251F

Tints of Fire Brick #BA251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 73.23%
G = 14.57%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA251F (or 0xBA251F) is known color: Fire Brick. HEX triplet: BA, 25 and 1F. RGB value is (186,37,31). Sum of RGB (Red+Green+Blue) = 186+37+31=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA251F is #45DAE0. Grayscale: #515151. Windows color (decimal): -4578017 or 2041274. OLE color: 2041274.

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

Color convert

RGB 186 37 31 -
CMYK 0 0.80 0.83 0.27
HSL 2.32º 0.71% 0.43% -
HSV(B) 2.32º 0.83% 0.73% -
XYZ 21.16 11.86 2.47 -
YUV 80.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 186 37 31 0 0.80 0.83 0.27 2.32 0.71 0.43
Hex BA 25 1F 0 50 53 1B 2 47 2B
Octal 272 45 37 0 120 123 33 2 107 53
Binary 10111010 100101 11111 0 1010000 1010011 11011 10 1000111 101011

Color Harmonies of #BA251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA251F

Black with #BA251F

Text Example


Text Example

White with #BA251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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