Html Css Color HEX #BA271D Fire Brick

📋 copy color: '#BA271D'

red 186 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #BA271D

Tints of Fire Brick #BA271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 73.23%
G = 15.35%
B = 11.42%

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

#BA271D (or 0xBA271D) is known color: Fire Brick. HEX triplet: BA, 27 and 1D. RGB value is (186,39,29). Sum of RGB (Red+Green+Blue) = 186+39+29=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA271D is #45D8E2. Grayscale: #525252. Windows color (decimal): -4577507 or 1910714. OLE color: 1910714.

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

Color convert

RGB 186 39 29 -
CMYK 0 0.79 0.84 0.27
HSL 3.82º 0.73% 0.42% -
HSV(B) 3.82º 0.84% 0.73% -
XYZ 21.2 11.98 2.36 -
YUV 81.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 186 39 29 0 0.79 0.84 0.27 3.82 0.73 0.42
Hex BA 27 1D 0 4F 54 1B 4 49 2A
Octal 272 47 35 0 117 124 33 4 111 52
Binary 10111010 100111 11101 0 1001111 1010100 11011 100 1001001 101010

Color Harmonies of #BA271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA271D

Black with #BA271D

Text Example


Text Example

White with #BA271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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