Html Css Color HEX #BA261C Fire Brick

📋 copy color: '#BA261C'

red 186 ◦ green 38 ◦ blue 28

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

Shades of Fire Brick #BA261C

Tints of Fire Brick #BA261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 73.81%
G = 15.08%
B = 11.11%

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

#BA261C (or 0xBA261C) is known color: Fire Brick. HEX triplet: BA, 26 and 1C. RGB value is (186,38,28). Sum of RGB (Red+Green+Blue) = 186+38+28=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA261C is #45D9E3. Grayscale: #515151. Windows color (decimal): -4577764 or 1844922. OLE color: 1844922.

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

Color convert

RGB 186 38 28 -
CMYK 0 0.80 0.85 0.27
HSL 3.8º 0.74% 0.42% -
HSV(B) 3.8º 0.85% 0.73% -
XYZ 21.15 11.91 2.28 -
YUV 81.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 186 38 28 0 0.80 0.85 0.27 3.8 0.74 0.42
Hex BA 26 1C 0 50 55 1B 4 4A 2A
Octal 272 46 34 0 120 125 33 4 112 52
Binary 10111010 100110 11100 0 1010000 1010101 11011 100 1001010 101010

Color Harmonies of #BA261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA261C

Black with #BA261C

Text Example


Text Example

White with #BA261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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