Html Css Color HEX #BA2714 Fire Brick

📋 copy color: '#BA2714'

red 186 ◦ green 39 ◦ blue 20

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

Shades of Fire Brick #BA2714

Tints of Fire Brick #BA2714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 75.92%
G = 15.92%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2714 (or 0xBA2714) is known color: Fire Brick. HEX triplet: BA, 27 and 14. RGB value is (186,39,20). Sum of RGB (Red+Green+Blue) = 186+39+20=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2714 is #45D8EB. Grayscale: #515151. Windows color (decimal): -4577516 or 1320890. OLE color: 1320890.

HSL color Cylindrical-coordinate representation of color #BA2714: hue angle of 6.87º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2714 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 20 -
CMYK 0 0.79 0.89 0.27
HSL 6.87º 0.81% 0.4% -
HSV(B) 6.87º 0.89% 0.73% -
XYZ 21.1 11.94 1.85 -
YUV 80.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 186 39 20 0 0.79 0.89 0.27 6.87 0.81 0.4
Hex BA 27 14 0 4F 59 1B 7 51 28
Octal 272 47 24 0 117 131 33 7 121 50
Binary 10111010 100111 10100 0 1001111 1011001 11011 111 1010001 101000

Color Harmonies of #BA2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2714

Black with #BA2714

Text Example


Text Example

White with #BA2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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