Html Css Color HEX #BA271E Fire Brick

📋 copy color: '#BA271E'

red 186 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #BA271E

Tints of Fire Brick #BA271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 72.94%
G = 15.29%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA271E (or 0xBA271E) is known color: Fire Brick. HEX triplet: BA, 27 and 1E. RGB value is (186,39,30). Sum of RGB (Red+Green+Blue) = 186+39+30=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA271E is #45D8E1. Grayscale: #525252. Windows color (decimal): -4577506 or 1976250. OLE color: 1976250.

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

Color convert

RGB 186 39 30 -
CMYK 0 0.79 0.84 0.27
HSL 3.46º 0.72% 0.42% -
HSV(B) 3.46º 0.84% 0.73% -
XYZ 21.21 11.98 2.42 -
YUV 81.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 186 39 30 0 0.79 0.84 0.27 3.46 0.72 0.42
Hex BA 27 1E 0 4F 54 1B 3 48 2A
Octal 272 47 36 0 117 124 33 3 110 52
Binary 10111010 100111 11110 0 1001111 1010100 11011 11 1001000 101010

Color Harmonies of #BA271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA271E

Black with #BA271E

Text Example


Text Example

White with #BA271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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