#BA261D

Color #BA261D Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BA261D

Tints of Fire Brick #BA261D

Color information

#BA261D (or 0xBA261D) is unknown color: approx Fire Brick. HEX triplet: BA, 26 and 1D. RGB value is (186,38,29). Sum of RGB (Red+Green+Blue) = 186+38+29=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA261D is #45D9E2. Grayscale: #515151. Windows color (decimal): -4577763 or 1910458. OLE color: 1910458.

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

Color convert

RGB1863829-
CMYK00.800.840.27
HSL3.44º73.02%42.16%-
HSV(B)3.44º84.41%72.94%-
XYZ21.1611.912.35-
YUV81.2398.53202.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=73.52%
G=15.02%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186382900.800.840.273.4473.0242.16
HexBA261D050541B3492a
Octal2724635012012433311152
Binary101110101001101110101010000101010011011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA261D; }

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

 H1.HeaderClassName
 {
   color: #BA261D;
 }
 .AnyTagClassName
 {
   color: #BA261D;
 }
</style>
background-color css

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

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

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

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

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

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