Html Css Color HEX #BA271A Fire Brick

📋 copy color: '#BA271A'

red 186 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #BA271A

Tints of Fire Brick #BA271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 74.1%
G = 15.54%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA271A (or 0xBA271A) is known color: Fire Brick. HEX triplet: BA, 27 and 1A. RGB value is (186,39,26). Sum of RGB (Red+Green+Blue) = 186+39+26=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA271A is #45D8E5. Grayscale: #515151. Windows color (decimal): -4577510 or 1714106. OLE color: 1714106.

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

Color convert

RGB 186 39 26 -
CMYK 0 0.79 0.86 0.27
HSL 4.88º 0.75% 0.42% -
HSV(B) 4.88º 0.86% 0.73% -
XYZ 21.16 11.96 2.17 -
YUV 81.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 186 39 26 0 0.79 0.86 0.27 4.88 0.75 0.42
Hex BA 27 1A 0 4F 56 1B 5 4B 2A
Octal 272 47 32 0 117 126 33 5 113 52
Binary 10111010 100111 11010 0 1001111 1010110 11011 101 1001011 101010

Color Harmonies of #BA271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA271A

Black with #BA271A

Text Example


Text Example

White with #BA271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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