Html Css Color HEX #BA281D Fire Brick

📋 copy color: '#BA281D'

red 186 ◦ green 40 ◦ blue 29

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

Shades of Fire Brick #BA281D

Tints of Fire Brick #BA281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 72.94%
G = 15.69%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA281D (or 0xBA281D) is known color: Fire Brick. HEX triplet: BA, 28 and 1D. RGB value is (186,40,29). Sum of RGB (Red+Green+Blue) = 186+40+29=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA281D is #45D7E2. Grayscale: #525252. Windows color (decimal): -4577251 or 1910970. OLE color: 1910970.

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

Color convert

RGB 186 40 29 -
CMYK 0 0.78 0.84 0.27
HSL 4.2º 0.73% 0.42% -
HSV(B) 4.2º 0.84% 0.73% -
XYZ 21.23 12.05 2.37 -
YUV 82.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 186 40 29 0 0.78 0.84 0.27 4.2 0.73 0.42
Hex BA 28 1D 0 4E 54 1B 4 49 2A
Octal 272 50 35 0 116 124 33 4 111 52
Binary 10111010 101000 11101 0 1001110 1010100 11011 100 1001001 101010

Color Harmonies of #BA281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA281D

Black with #BA281D

Text Example


Text Example

White with #BA281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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