Html Css Color HEX #BA251D Fire Brick

📋 copy color: '#BA251D'

red 186 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #BA251D

Tints of Fire Brick #BA251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 73.81%
G = 14.68%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA251D (or 0xBA251D) is known color: Fire Brick. HEX triplet: BA, 25 and 1D. RGB value is (186,37,29). Sum of RGB (Red+Green+Blue) = 186+37+29=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA251D is #45DAE2. Grayscale: #505050. Windows color (decimal): -4578019 or 1910202. OLE color: 1910202.

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

Color convert

RGB 186 37 29 -
CMYK 0 0.80 0.84 0.27
HSL 3.06º 0.73% 0.42% -
HSV(B) 3.06º 0.84% 0.73% -
XYZ 21.13 11.85 2.34 -
YUV 80.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 186 37 29 0 0.80 0.84 0.27 3.06 0.73 0.42
Hex BA 25 1D 0 50 54 1B 3 49 2A
Octal 272 45 35 0 120 124 33 3 111 52
Binary 10111010 100101 11101 0 1010000 1010100 11011 11 1001001 101010

Color Harmonies of #BA251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA251D

Black with #BA251D

Text Example


Text Example

White with #BA251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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