Html Css Color HEX #BA251B Fire Brick

📋 copy color: '#BA251B'

red 186 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #BA251B

Tints of Fire Brick #BA251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 74.4%
G = 14.8%
B = 10.8%

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

#BA251B (or 0xBA251B) is known color: Fire Brick. HEX triplet: BA, 25 and 1B. RGB value is (186,37,27). Sum of RGB (Red+Green+Blue) = 186+37+27=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA251B is #45DAE4. Grayscale: #505050. Windows color (decimal): -4578021 or 1779130. OLE color: 1779130.

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

Color convert

RGB 186 37 27 -
CMYK 0 0.80 0.85 0.27
HSL 3.77º 0.75% 0.42% -
HSV(B) 3.77º 0.85% 0.73% -
XYZ 21.11 11.84 2.21 -
YUV 80.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 186 37 27 0 0.80 0.85 0.27 3.77 0.75 0.42
Hex BA 25 1B 0 50 55 1B 4 4B 2A
Octal 272 45 33 0 120 125 33 4 113 52
Binary 10111010 100101 11011 0 1010000 1010101 11011 100 1001011 101010

Color Harmonies of #BA251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA251B

Black with #BA251B

Text Example


Text Example

White with #BA251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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