Html Css Color HEX #BA251A Fire Brick

📋 copy color: '#BA251A'

red 186 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #BA251A

Tints of Fire Brick #BA251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 74.7%
G = 14.86%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA251A (or 0xBA251A) is known color: Fire Brick. HEX triplet: BA, 25 and 1A. RGB value is (186,37,26). Sum of RGB (Red+Green+Blue) = 186+37+26=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA251A is #45DAE5. Grayscale: #505050. Windows color (decimal): -4578022 or 1713594. OLE color: 1713594.

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

Color convert

RGB 186 37 26 -
CMYK 0 0.80 0.86 0.27
HSL 4.13º 0.75% 0.42% -
HSV(B) 4.13º 0.86% 0.73% -
XYZ 21.1 11.84 2.15 -
YUV 80.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 186 37 26 0 0.80 0.86 0.27 4.13 0.75 0.42
Hex BA 25 1A 0 50 56 1B 4 4B 2A
Octal 272 45 32 0 120 126 33 4 113 52
Binary 10111010 100101 11010 0 1010000 1010110 11011 100 1001011 101010

Color Harmonies of #BA251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA251A

Black with #BA251A

Text Example


Text Example

White with #BA251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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