Html Css Color HEX #BA1F0E Fire Brick

📋 copy color: '#BA1F0E'

red 186 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #BA1F0E

Tints of Fire Brick #BA1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 80.52%
G = 13.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA1F0E (or 0xBA1F0E) is known color: Fire Brick. HEX triplet: BA, 1F and 0E. RGB value is (186,31,14). Sum of RGB (Red+Green+Blue) = 186+31+14=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F0E is #45E0F1. Grayscale: #4B4B4B. Windows color (decimal): -4579570 or 925626. OLE color: 925626.

HSL color Cylindrical-coordinate representation of color #BA1F0E: hue angle of 5.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA1F0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 14 -
CMYK 0 0.83 0.92 0.27
HSL 5.93º 0.86% 0.39% -
HSV(B) 5.93º 0.92% 0.73% -
XYZ 20.82 11.45 1.53 -
YUV 75.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 186 31 14 0 0.83 0.92 0.27 5.93 0.86 0.39
Hex BA 1F E 0 53 5C 1B 6 56 27
Octal 272 37 16 0 123 134 33 6 126 47
Binary 10111010 11111 1110 0 1010011 1011100 11011 110 1010110 100111

Color Harmonies of #BA1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F0E

Black with #BA1F0E

Text Example


Text Example

White with #BA1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F0E; }

 p { color: rgb(186,31,14); }

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

background-color css

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

 a { background-color: rgb(186,31,14); }

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

border-color css

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

 span { border-color: rgb(186,31,14); }

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