Html Css Color HEX #BA251C Fire Brick

📋 copy color: '#BA251C'

red 186 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #BA251C

Tints of Fire Brick #BA251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 74.1%
G = 14.74%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA251C (or 0xBA251C) is known color: Fire Brick. HEX triplet: BA, 25 and 1C. RGB value is (186,37,28). Sum of RGB (Red+Green+Blue) = 186+37+28=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA251C is #45DAE3. Grayscale: #505050. Windows color (decimal): -4578020 or 1844666. OLE color: 1844666.

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

Color convert

RGB 186 37 28 -
CMYK 0 0.80 0.85 0.27
HSL 3.42º 0.74% 0.42% -
HSV(B) 3.42º 0.85% 0.73% -
XYZ 21.12 11.85 2.27 -
YUV 80.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 186 37 28 0 0.80 0.85 0.27 3.42 0.74 0.42
Hex BA 25 1C 0 50 55 1B 3 4A 2A
Octal 272 45 34 0 120 125 33 3 112 52
Binary 10111010 100101 11100 0 1010000 1010101 11011 11 1001010 101010

Color Harmonies of #BA251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA251C

Black with #BA251C

Text Example


Text Example

White with #BA251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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